How can I improve my C++ Langauange

How can I better improve my programming skills?
Last edited on
Do not doublepost. Other thread: http://www.cplusplus.com/forum/beginner/240514/
Sorry. I changed the topic (Didn't really know how to delete)
Last edited on
closed account (E0p9LyTq)
How can I better improve my programming skills?

Choose a new feature of the language -- creating random numbers (NOT using rand/srand) or dealing with std::strings, for example -- and write some test programs to push your understanding.

Reading books are one way to improve your understanding of C++, but not for the newer features of the language. I don't know of any well written book that does more than just a brief overview of C++14, and none touch C++17.

If you choose to spend time reading books don't buy just one. Or even one type.
https://isocpp.org/wiki/faq/how-to-learn-cpp#buy-several-books
How can I better improve my programming skills?

What have you learned so far ?
I Personally find reading books and articles a good way to expand my existing knowledge while learning new features and/or methods to do things.

Keep challenging yourself and write some cool programs :)
Topic archived. No new replies allowed.