Saturday 29 December 2018

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

php - file_get_contents shows unexpected output while reading a file

I want to output an inline jpg image as a base64 encoded string, however when I do this : $contents = file_get_contents($filename); print &q...