+ 1
How to understanding c c++ ?
tell me and games create
5 Respuestas
+ 8
1. Learn the foundations
2. Write small programs, write some examples and make some changes and compile.
3. Get errors and google the error and see what others did to solve the problem.
4. Get involved in the C++ community.
5. Attend a C++ conference.
Goodluck.
+ 5
read the c++ course
+ 1
Practice and you must understand pointers, dinamic memory, data struct. Its difficult but you will learn a lot of about programming
0
thanking you sir