Welcome to HBH! If you have tried to register and didn't get a verification email, please using the following link to resend the verification email.
C++ understanding the main()
I am into my book quite aways. And i have come across the "Understaning the main." in my complier the main is like so..
in main(int argc, char *argv[])
K this is what i understand so far. int argc - represents the # if the command line parameters.
ex. nmap -i ...
the nmap is the proram name and the -i is a parameter and also the ip ??? am i right so far ???
the second part i dont get at all the "char *argv[]" this part i do not understand in the book i tells me that is is and arry and thats it i dont know what is does plz explain ty for your time.
zer0pian