You are not logged in.
Pages: 1
Hi, how do I get data to my application like this in C: my_application -u Usr_Name -p passwd
Last edited by phr (2008-08-15 10:40:02)
Offline
Use google...
http://www.cprogramming.com/tutorial/c/lesson14.html
http://www.d.umn.edu/~gshute/C/argv.html
http://computer.howstuffworks.com/c38.htm
http://msdn.microsoft.com/en-us/library … S.80).aspx (yes I am posting a microsoft link!)
Offline
Thanks!
Offline
I think you should check out getopt and getopts too...
Offline
Pages: 1