User: francilio

  • Public profile

User profile: francilio

User info
User name:francilio
History
Joined:
Number of posts:8
Latest posts:

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 parameter
Oh, 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 parameter
Sorry. 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 parameter
How can I call this copy constructor in the method signature???

This user does not accept Private Messages