My if statement is being ignored![code]0 <= numValue <= 9[/code] is wrong.First only [code]0 <= numValue[/code] is analised. the resu...
Function pointer with an object as parameterOh, I understand now. Thank guys. I had already programmed in C and Java, and now I'm just jumped to...
Function pointer with an object as parameterSorry. Forgot part of the log. [code] g++ -O0 -g3 -Wall -c -fmessage-length=0 -o PhiFunction.o "..\\...
Function pointer with an object as parameter[code] phiFunction::phiFunction(double (*f)(rnVector), rnVector (*df)(rnVector)) { this->f = f; th...
Function pointer with an object as parameterHow can I call this copy constructor in the method signature???
This user does not accept Private Messages