tags:

views:

48

answers:

1
+1  A: 

Maybe because it is not a part of C++ standard library. It is probably something from another part of the code you have. If you use some IDE it probably supports something like "GoTo Declaration/Definition", so you might be able to find out where that function comes from.

PeterK
@PeterK: O oo... from what it looks, I guess it gets the median from the PITs???
flyme2themoon
It probably does. But since i have no idea what PITs is i cannot be sure, it might as well do something completely different. You will have to find the implementation of the fucntion or some documentation for it.
PeterK
@PeterK: Okay, thanks!
flyme2themoon