how to structure without a gotoAre 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 fileThe 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 fileYou can have two files open at the same time, writing to one and reading from the other. On the oth...
Power and FactorialPlease use code tags for more than a couple lines of code.