Project | Comment |
---|---|
Single Star | iomanip , thread , chrono , cinttypes |
Cylon Effect | Same as previous |
Walkies | Same as previous - adds vector |
Fizzle | Same as previous |
Stupid Multiple of Three | cctype , range-based for , getline() |
Practice Using Command Line Arguments | ifstream , perror() , cerr |
More Practive Using Command Line Arguments | Same as previous - vector , algorithm , iterators |
Codewars 1 | string , string.substr() |
Codewars 2 | cmath , limits , log10() , pow() |
Project | Comment |
---|---|
Command Line Arguments | Explanation of, and two ways to enumerate argv |
Safe Input From cin |
Reusuable. try , catch solves common problem |