who can give me some advice about learning c++?

hi everyone!

i am a beginer in c++,though i have learned c++ for some time.now i know some grammar, can write some short and simple program.but these days i am puzzled in how to improve my capability more.can you give some advice?maybe here's friends can talk about your experience on learning c++.
sharing is a pleasure to work with!

thanks in advance.
Last edited on
Check the tutorials to see if you know everything they can offer: http://www.cplusplus.com/doc/tutorial/
Browse a the standard library reference pages to find some cool features: http://www.cplusplus.com/reference/
Look for some challenging exercises to test your knowledge ( Here are some: http://www.cplusplus.com/forum/articles/12974/ )
Sometimes a useful exercise is writing your own version of some part of the standard library to understand better how it works
thanks,i think i should do a lot work on the standard library.
Last edited on
Topic archived. No new replies allowed.