4

what is difference between #C and C++ language coding?

Comments
  • 10
    2 characters
  • 3
    @lucaspar what's characters name?
  • 10
    Mr Sharp and Mr PlusPlus
  • 6
    @C0D4 lol 😂
  • 6
    @lucaspar I had too 😅
  • 13
    It’s C# mate, not #C

    One can cut through anything and another is premium language
  • 9
    @irene I’m trying to make it as our devrant++ user

    Yeah it’s bad, I’ll see myself out

    Edit: 600 comments in 10 days 😲
  • 13
    @devTea

    @irene She said that "C#" could cut through anything ("Sharp" you know) and "C++" was a premium language because the subscription on devRant is represented by a "++" next to the username.

    After that, she got surprised by how many comments you posted in the short amount of time that is 10 days.

    I am fluent in Tea.
  • 9
  • 2
    @irene Yeah, you've really popped up everywhere the lest few ways :)
  • 2
  • 0
    in c++ you have a long brain and in c# you have a long dick
  • 2
    What is difference between Java and ScriptJava language coding?
  • 3
    Ok since nobody’s actually answering (probably because there are a LOT of differences) let me take a quick stab:

    Both are statically typed, but the main difference is that C++ compiles directly to machine code and has no runtime. C# compiles to an intermediate form called bytecode that is more portable but requires a runtime engine to execute it.

    C# is somewhat higher level and has more modern features like automatic memory management (garbage collection) while C++ is of an older school and allows you direct access to memory, though modern C++ has things like shared_ptr for automatic reference counting.
  • 2
    @Jilano it seemed like @devTea was comparing C# with "#C", thanks for clarifying
  • 1
    In C++, you can omit the BS and compile (most) C programs, which gives you a decent language, while you can't do that in C#.
Add Comment