User profile: AeonFlux1212

User info
User name:AeonFlux1212
Name:Maxime Bonin-Francoeur
Statistical data
Occupation:Student
Skills:C++
VB .NET
C++/.NET
History
Joined:
Number of posts:23
Latest posts:

problems with argc, *argv[]
it's working thanks a lot!

problems with argc, *argv[]
well I'm not doing that, I say if argv[i] == "4" (a string), assign an int to an array... I don't se...

problems with argc, *argv[]
I'm not sure that this is the problem, because the purpose of having an if...else if nest is to not ...

problems with argc, *argv[]
Here's my code: [code] const unsigned short NB_TOTAL_ELEMENTS = 81; int main(int argc, char *argv[...

tricky c++ question
ok thanks a lot!