0
C++ a difficult language? other coding languages are easier?
Last semester at college i took a basic knowledge programming course of c++ Teacher told us that if we learn c++ first as our first programming language, the rest of coding languages will be essier to learn...how true is this?
3 ответов
+ 8
what the teacher said is generally true to make it easier, but maybe not 100% in all cases. from what i know, c++ isn't super hard or anything, and can work as a first language.
+ 6
There is no difficult language if you are delicated and serious about learning one.
But yes, if you learn a programming language, learning other programming languages will make your life easier.
+ 1
Yes the teacher is right, and what you learn with basic c++ can be applied elsewhere. Advanced C++, however, can be considered more difficult to understand (but also gives you some insight on how a computer work)