Category Archives: cpp

Book Note: Beginning C++

Overview * Latest standard: C++14 * Compile command with Visual Studion command line cl /EHsc test.cpp * Comments (same as Java and C#): // this is a comment /* this is another comment */ * Preprocessing directives and header files … Continue reading

Posted in cpp | Tagged | Comments Off on Book Note: Beginning C++