Skip to content

Files

Latest commit

 

History

History
executable file
·
14 lines (8 loc) · 730 Bytes

vs2017CppNotes.md

File metadata and controls

executable file
·
14 lines (8 loc) · 730 Bytes

Overview

By default the notes in the main Cpp_ProgrammingNotes are made using the GNU g++ compiler on Ubuntu. These notes are specific to Microsoft Visual Studio C++ 2017.

References

My Other Notes

Standards

By default vs C++ is using C++14 standard, with C++17 and the the latest versions available as options available under "C++ Language Standard" on the project properties.