S
significantBit
n00b here. Just started learning C a couple of days ago. I'm using
xcode alternatively with emacs.
My question is in regards to the main function.
Everytime I create a project (standard command utility) with xcode, my
main function starts out looking like this:
int main(int argc, const char * argv[])
What's all this in the parenthesis? Why use this rather than just
main() ???
xcode alternatively with emacs.
My question is in regards to the main function.
Everytime I create a project (standard command utility) with xcode, my
main function starts out looking like this:
int main(int argc, const char * argv[])
What's all this in the parenthesis? Why use this rather than just
main() ???