News

So I'm relatively new to C++ and I am writing code targeted to a Linux platform. I can't seem to find a preferred/standard way to parse command line arguments. I know I can roll my own parser, but ...
I'm also supposed to check if the number of arguments is correct in the function and i'm lost on that idea. I can't seem to find any examples to look at in the textbook.