+ 4
what is the difference between c# and c++
C++
6 Answers
+ 4
Hello, Thulasi Ram !
C# is an object-oriented programming language with automatic memory management, intended for programming on the .NET platform.
C++ is a cross-platform programming language for general purpose, compatible in most cases with C.
They are certainly similar in syntax, but there are many differences. To understand them you need to read at least one thick book with a description of the language.
I advise you to start with C# on examples.
https://www.sololearn.com/Course/CSharp/?ref=app
https://www.sololearn.com/Course/CPlusPlus/?ref=app
+ 1
The names are similar but the languages are quite different.
They are both object oriented languages but there are some differences of their grammers. C# supports garbage collection but C++ doesn't. etc...
+ 1
other than those two there is one more thing
if you are intrested in game development then u sould leaarn c#
because in unity3d all game programming is done in c#.
0
Thanks
0
huge difference but c++ is the most famous coding technuiqu but c# is a differnt one but less poular i think, i prefer c++