Can someone illustrate me the difference between C++ and C#?This language need two separated learning-ship or if i use Visual C++ can easily use C# also?
C# is like Java.
If you search google, you can find tons of examples of C++ & C#.
If you learn C++, you can easily learn C# or Java pretty quickly. Their syntax's are virtually identical for the most part, but some have keywords that others don't.
Java & C# don't officially use pointers, whereas C++ does.
Java & C# use garbage collection, but in unmanaged C++ you have to clean up your own memory.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.