I encounted the following line of code in one of my programs. I have no idea of what it does. I believe its part of the stl?
fp();
The reason why I believe it to be part of the stl is that I can find no declaration or implementation for it in my header files. And I only call it once.
No, I'm just trying to think of why did I do such a stupid and pointless thing. There must have been a reason. I´m going to keep it in to be on the safe side.