Your Universal Remote Control Center
RemoteCentral.com
Discrete Code Hunter Forum - View Post
Up level
Up level
The following page was printed from RemoteCentral.com:

Login:
Pass:
 
 

Original thread:
Post 4 made on Thursday September 4, 2008 at 10:46
johnsfine
IR Expert
Joined:
Posts:
September 2002
5,159
floor is a function in the standard C++ headers that I think comes in through math.h, which comes in through the precompiled headers through stdafx.h

What tools are you using?

I used the 1998 version of Microsoft Visual C++

In other projects I have observed that the headers for the above C++ put many symbols in the global namespace that newer C++ header files put in other namespaces such as std. I don't know whether that is the problem in this case. Try
using namespace std;
See if that makes floor visible.
Otherwise, you need to find out where/how floor is declared in the header files for your C++ compiler.


Hosting Services by ipHouse