0
Is there any difference between C# programming and C++ programming?
programming
3 Answers
+ 2
I think that C# is designed for develop apps, while C++ is designed for much complex things like OS, creating new programming language, etc.
But C++ also used in several apps like photoshop, is scripted in C++
+ 2
they r very different also c++ is a compiled language while c# runs on CLR
0
Yes, there are differences in syntax and dealing with a memory. If you're just learning, obviously start with C#, it's much easier to understand and get a job with.