Day 22 Recap Questions
- What is the difference between C and C++?
- What is a namespace in C++?
- Why should you not put “using” statements in header files?
- How do you read and write in C++ (i.e. standard inputting/outputting)?
- What is the difference between C strings and C++ strings?
- How long can a C++ string be?