Hi everyone (again!!)
Sorry for all the questions, but I was wondering if anyone could help me a bit....
I jknow a bit about passing command line parameters when running a C++ app on Ubuntu through the terminal. At the minute I have the app either running with no command line parameters, running it with just passing a numeric value, with a string (for output path) or both parameters. What I was wondering is how do you get it too look more "professional"
e.g. you see programs where you pass parameters like
./myprogram --input=thispath/thisfile.txt --outputfile=thatpath/thatfile.txt --generate=50
is it possible to do this in C++ without the use of any extra libraries (such as Boost)? Not looking anyone to code me an answer, just some pointers or advice to help get me started thats all, any help would be much appreciated :)