0
C++ starting to get hard to understand
I started off with C++, i really want to learn it. The deeper I go in the classes on this app the harder it gets to understand. Any pointers and tips will be wonderful. I really want to make apps someday, maybe in a few years.
4 Réponses
+ 8
You need to code on the go. If you find classes hard, create a program which implements classes. If you find pointers hard, create a program which deals with pointers. Conduct experiments with them.
+ 1
Try with SL courses and if you have any problem, we could try to help you
+ 1
Practice a loot! go a google c++ exercises. This app gives you a good theory but zero practice
+ 1
thanks all