soooo.. if i define the function pointer as above, i can have more than two parameters in the parameter list???? tht wud be a case of variable argument list right??? :rolleyes:
thanks.
Yes, that would be a function taking variable number of arguments... And you can more than two arguments, as long as the first two arguments match the prototype. The remaining parameters can be of any type...
Reputation Points: 28
Solved Threads: 2
Junior Poster in Training
Offline 86 posts
since May 2005