Hey All,
Easy Question but don't know how it's done.
I know in Java you can pass parameters when you call your program like this
<c:\java\bin>java myprogram "parameter1" "parameter2"
and you can use those strings for whatever you want via
args[] array.
how do you do this in C++?
Easy Question but don't know how it's done.
I know in Java you can pass parameters when you call your program like this
<c:\java\bin>java myprogram "parameter1" "parameter2"
and you can use those strings for whatever you want via
args[] array.
how do you do this in C++?