theNerd
02-19-2001, 08:20 AM
Hey,
I've recently been having trouble with getting my function calls in C++ just right. I've been using g++ to compile my code but, anytime that I don't call a function with the proper params it just throws back an error: no matching function definition (or something like that)
So the question is: is there any quick way to look up the proper forms of a function without having to trawl through the header files?
I've recently been having trouble with getting my function calls in C++ just right. I've been using g++ to compile my code but, anytime that I don't call a function with the proper params it just throws back an error: no matching function definition (or something like that)
So the question is: is there any quick way to look up the proper forms of a function without having to trawl through the header files?