+ 2
How do I really learn C++ efficiently
I am having trouble learning C++. Any tips?
7 Respostas
+ 3
You're welcome!
+ 2
If you don't understand something in one of the lessons, ask in the comments and I'm sure someone will help you understand. To really apply your knowledge and understand what you have been learning, after each lesson you learn, make a code to apply what you have just learnt. I hope this helps, good luck with C++! :)
+ 2
Thanks!
+ 2
Don't get troubled.
When I am learning c++ I had also many problems.
But be sure that continuous practice makes one perfect
+ 2
OK.
Welcome.
0
It depends on the kinds of problems you are having. If you feel bombarded by information then you should write a few programs after each lesson to get accustomed to the concepts. If you feel like there are a lot of things about the language that you can't grok(grasp), like the cin and << >> sintax, then you should try the more transparent C. If you have another problem, then you should do something else.
0
Great advice! Thanks!