Is C++ beginner friendly? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Is C++ beginner friendly?

I have very very little coding experience. I did a little bit of c# to do unity but then saw unreal engine, but I need to know if c++ is for me or if I should go back to c# unity.

12th Jul 2017, 10:34 PM
James Torbenson
James Torbenson - avatar
3 Answers
+ 4
c++ is generally beginner unfriendly. C++ gives you much closer access to the raw memory (heap and stack) of your system than other languages, and so you need to have the core fundamentals down pat, as you'll be struggling with memory management.
12th Jul 2017, 10:56 PM
Andrew Lampert
Andrew Lampert - avatar
+ 2
Hi James! If you are a beginner and would like to start coding I recommend you Python! it's much simpler than C++ and Java. After you had fun enough (is that possible?), start learning Java and then C++!! Also if you are thinking to make a career out of coding Python is very valuable! That's my advice.. Hope it helped!
13th Jul 2017, 12:29 AM
Bruno
0
If you're *very* C# proficient get your game done. Otherwise learn C++, it's waaaay more widely used. C# is a niche that I wish would just die but won't (like a cockroach). C++ compiles for almost any platform and is supported by waaaay more engines. Easiness, I'd say they're even, though I personally am finding C++ more logical and flexible, but I come from a C background.
12th Jul 2017, 10:55 PM
Jamie
Jamie - avatar