Forum
Off Topic Which one should I learn? C, C# or C++Which one should I learn? C, C# or C++
6 replies 1
Microcontrollers and embedded programming? C.
Programming for game development? C# or C++.
Web development? C# + ASP.NET Core.
edit: visual basic script
edited 1×, last 20.03.20 01:20:46 pm
11.2/10 in all aspects
If not: C# is probably the "easiest" one of all those three and therefore the best choice for understanding the basic concepts of programming. It's also quite popular (e.g. used with the game engine Unity).
In (vanilla) C and C++ there's more pointer stuff and manual memory management. These are two topics which can easily lead to problems and frustrating situations.
Learning and understanding how pointers and memory management work is also a big plus though.
1