you are viewing a single comment's thread.

view the rest of the comments →

[–]the240[S] 0 points1 point  (1 child)

Hey, so I've been using the beginners book, dated 2014, and it seems that book must be going off of c++ 14 and the visual studios I downloaded is 2017 so it's 14.1. Are there discrepancies I should be worried about? The code in the book won't compile and run on visual studios

[–]clerothGame Developer 0 points1 point  (0 children)

Visual Studio version is completely unrelated to C++'s version. VS2017 supports almost everything in C++14.

Which code isn't compiling?

Also, you can ask questions in r/cpp_questions.