0
Please help...
where shall i start.... i just wanna start from level zero... for that what is the prerequisite knowledge...
3 Antworten
+ 1
if u are the completely beginners in programming language and u want to learn c++, java, and others higher programming languages then first u should learn an easy programming language(like c, c#. this language are easy than c++, java) before entering in c++ . because to learning c++ u must need to know about the basic concepts of programming language.
0
youtube
0
If you want to learn C++ you should already know some basic arithmetic (including concepts like operator precedence).
If you are a complete beginner, you may want to start with an easier programming language such as Python. Or at least do not rush into the part on objects and classes. If you want to do some object oriented programming, I'd start with Java rather than C++.