Thursday 14 February 2019

Starting with C++ knowing the basics







I've been messing around with C# for some time now and I know how to work with variables, classes, parameters etc. I'm learning more everyday and I would like to start with C++. I've been looking around, but every book or course I find starts at the very basics of programming in general.




Who knows some good C++ material for people who already know the basics?



thanks in advance!

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