Monday 21 October 2019

Good C++ book for an Intermediate programmer to become an expert programmer?




Hello I have intermediate knowledge of C++ and I want to brush up my skills for game programming, so can anyone recommend any good c++ book.



Thanks


Answer



The C++ Programming Language Written by Bjarne Stroustrup (the inventor of C++)


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...