what are the best way to understand c++ language?

Recommended Answers

All 3 Replies

Read code.
Write code.
Debug code.
Rinse and repeat.

commented: Succinct! :-) +12

Before following Moschops advice, get a good book on C++ for beginners.

And get a good reference book, such as Bjarne Stroustrup's "The C++ Programming Language". The current version is the 4th edition - all 1200 pages... :-) Stroustrup is the author of C++, so if there is a better reference, I haven't found it!

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.