Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 831 Bytes

File metadata and controls

18 lines (14 loc) · 831 Bytes

CS 564 Fall 2017 C++ Session

This repository contains code that I wrote for the CS 368 C++ session, as well as fixes that I made afterward. To clone this repo, run:

$ git clone [email protected]:varuncnaik/cppsession-fa17.git

Resources

  • cppreference.com is a great resource for C++ documentation.
  • If you have questions about C++, someone has probably asked it already on Stack Overflow and received an answer. If you can't find the answer to your question, then of course, Piazza and office hours are also options.
  • The GCC online documentation has links to the manuals for many of the versions of g++. Each manual describes ways to configure g++, and it is much more readable than the output of man g++.