+ 2
What should i do to improve my programing skills?
I'm a c++ learner
6 Answers
+ 1
u must remember that as a beginner you should stick with a single resource to avoid confusion. so when u start studying that book then u need to finish it before going to next level.
+ 4
Teach yourself more C++ and ways to use it.
https://www.sololearn.com/discuss/459759/?ref=app
+ 3
practice!
start with getting comfortable with all aspects of the syntax. leave no stone unturned. write small programs showing how different concepts work, including advanced ones such as use of const, memory allocation, threads, inheritance, etc....
then start using 3rd party libraries.
also get involved in discussions on web, attempt to solveother ppl problems....
+ 3
OK thanks a lot.
I would also prefer the soft form to study.!
okay i'll find it soon I.A
+ 2
thanks a lot I got muslch help from your comment.
I'll try to cover all these aspects in the same manner as you told me.
would you recommend any text book or tutorial session so that I may get benefited from 'em.
Thank you.
+ 1
well as you are learning c++ , the best book I came across was "c++ how to program" by dietal and dietal.
in that book u must go through every exercise after each chapter.. and you will become a pro c++ programmer.
if you cannot find the hard copy the Google for the soft copy PDF.. there are many places that it is share.
regards