+ 1
C++ or Java, what should a person begin with?
2 odpowiedzi
+ 19
Some insights to C++
https://www.sololearn.com/Discuss/280672/?ref=app
+ 1
Go with C++ first then study Java. You will know why it is easier to write code in Java or C# than C++. In C++, Pointers are really stressful :D And don't never built GUI with C++ which is so troublesome.