const
class
ifstream puzzleStr(argv[1]); string puzzleLine; vector<string> puzzleText; while (puzzleStr.good()) { puzzleStr >> puzzleLine; puzzleText.push_back(lower(puzzleLine)); } Pointers
for (int i = 0; i < rows; i++) delete [] a[i]; delete [] a; dynamic memory allocation
|
Cheatography
https://cheatography.com
draft Cheat Sheet (DRAFT) by magika
This is a draft cheat sheet. It is a work in progress and is not finished yet.