how to do c++

Recommended Answers

All 3 Replies

Take a tutorial, book, start from page 1.
If you would take a course, start from day one.

Great C++ web site with tutorials, reference documentation, etc. www.cplusplus.com

FWIW, I have been programming C++ professionally for 25 years. When I am writing code I keep cplusplus.com open in my browser. Over the years, the language has evolved and how you deal with stuff depends upon the version (C++11, C++14, etc). This helps keep one from using the wrong version for projects, especially those that are built on older versions and require older compilers.

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.