I am using a fairly new installation of Visual C ++ 2008 Express.
I am trying to compile a program that uses the log2 function, which was found by enabling Eclipse on a Mac, but this Windows computer cannot find the function (error C3861: "log2": identifier not found).
The way I figured this out includes IDE-specific directories, right? math.h is not in the Microsoft SDK \ Windows \ v6.0A \ Include \ directory, but I found math.h in this directory: Microsoft Visual Studio 9.0 \ VC \ include. There is cmath in this directory ...
Where is log2?
c math visual-studio
Tony R Apr 16 '09 at 20:51 2009-04-16 20:51
source share