E
elDiablo
Guest
The comma (as I am led to believe by my boss) tells it to set all members of the array to the same as what you put in before the comma.
I never knew that! How awesome of you to share.
The comma (as I am led to believe by my boss) tells it to set all members of the array to the same as what you put in before the comma.
The comma (as I am led to believe by my boss) tells it to set all members of the array to the same as what you put in before the comma.
...Another thing i had was that i had a compiler moaning about "void FunctionName();" as a prototype. Stupid thing wanted a "void" in the brackets.
If you're using VS though, I would not have expected you to see that problem...