User profile: smilodon

User info
User name:smilodon
History
Joined:
Number of posts:155
Latest posts:

how to structure without a goto
Are all of the variables that you want to use of the same type, if they are you could pass a pointer...

Remove/Replace line in file
The following statement [code]if(a && b)[/code] only gets executed if statements a and b are tru...

static variable in C++
I wasn't sure if you were referring to a static member variable or the this->pointer in C++.

Remove/Replace line in file
You can have two files open at the same time, writing to one and reading from the other. On the oth...

Power and Factorial
Please use code tags for more than a couple lines of code.