Wednesday, 17 August 2016

First Steps in Learning C++







I want to be a programmer; and I want to learn the basics of C++. Can anyone give me any pointers on how to start? I'm currently a complete novice and have no programming experience.

No comments:

Post a Comment

c++ - Does curly brackets matter for empty constructor?

Those brackets declare an empty, inline constructor. In that case, with them, the constructor does exist, it merely does nothing more than t...