1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36
|
Build started 3/9/2013 7:42:45 PM.
PrepareForBuild:
Creating directory "c:\documents and settings\voice\my documents\visual studio 2010\Projects\d6dsaf65\Debug\".
InitializeBuildStatus:
Creating "Debug\d6dsaf65.unsuccessfulbuild" because "AlwaysCreate" was specified.
ClCompile:
stdafx.cpp
d6dsaf65.cpp
c:\documents and settings\voice\my documents\visual studio 2010\projects\d6dsaf65\d6dsaf65\d6dsaf65.cpp(21): warning C4018: '<' : signed/unsigned mismatch
c:\documents and settings\voice\my documents\visual studio 2010\projects\d6dsaf65\d6dsaf65\d6dsaf65.cpp(27): error C2668: 'pow' : ambiguous call to overloaded function
c:\program files\microsoft visual studio 10.0\vc\include\math.h(583): could be 'long double pow(long double,int)'
c:\program files\microsoft visual studio 10.0\vc\include\math.h(535): or 'float pow(float,int)'
c:\program files\microsoft visual studio 10.0\vc\include\math.h(497): or 'double pow(double,int)'
while trying to match the argument list '(int, int)'
c:\documents and settings\voice\my documents\visual studio 2010\projects\d6dsaf65\d6dsaf65\d6dsaf65.cpp(29): error C2668: 'pow' : ambiguous call to overloaded function
c:\program files\microsoft visual studio 10.0\vc\include\math.h(583): could be 'long double pow(long double,int)'
c:\program files\microsoft visual studio 10.0\vc\include\math.h(535): or 'float pow(float,int)'
c:\program files\microsoft visual studio 10.0\vc\include\math.h(497): or 'double pow(double,int)'
while trying to match the argument list '(int, int)'
c:\documents and settings\voice\my documents\visual studio 2010\projects\d6dsaf65\d6dsaf65\d6dsaf65.cpp(31): error C2668: 'pow' : ambiguous call to overloaded function
c:\program files\microsoft visual studio 10.0\vc\include\math.h(583): could be 'long double pow(long double,int)'
c:\program files\microsoft visual studio 10.0\vc\include\math.h(535): or 'float pow(float,int)'
c:\program files\microsoft visual studio 10.0\vc\include\math.h(497): or 'double pow(double,int)'
while trying to match the argument list '(int, int)'
c:\documents and settings\voice\my documents\visual studio 2010\projects\d6dsaf65\d6dsaf65\d6dsaf65.cpp(57): error C2668: 'sqrt' : ambiguous call to overloaded function
c:\program files\microsoft visual studio 10.0\vc\include\math.h(589): could be 'long double sqrt(long double)'
c:\program files\microsoft visual studio 10.0\vc\include\math.h(541): or 'float sqrt(float)'
c:\program files\microsoft visual studio 10.0\vc\include\math.h(127): or 'double sqrt(double)'
while trying to match the argument list '(int)'
c:\documents and settings\voice\my documents\visual studio 2010\projects\d6dsaf65\d6dsaf65\d6dsaf65.cpp(65): fatal error C1075: end of file found before the left brace '{' at 'c:\documents and settings\voice\my documents\visual studio 2010\projects\d6dsaf65\d6dsaf65\d6dsaf65.cpp(56)' was matched
Generating Code...
Build FAILED.
Time Elapsed 00:00:04.27
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
|