How do I proceed?@rajhansk That's good. The standard library can be useful. Prevents a lot of reinventing. http://en...
How do I proceed?Have you learned all the core basics of C++ and are you familiar with using them? If so, have you le...
Exception CatchingAlso, you will need to include the [b]<stdexcept>[/b] library for [b]std::out_of_range[/b]. [quote=...
Detect if a file exists?@JLBorges Is C++17 officially out yet? I think it's soon this year if it's not out yet. [quote=Wiki...
Detect if a file exists?@JLBorges Too bad not everyone has access to this library (filesystem). It would simplify file handl...