|
|
|
|
|
|
===================================Output======================================= 1>------ Build started: Project: JangJHW3, Configuration: Debug Win32 ------ 1>Build started 2/15/2013 7:28:12 PM. 1>InitializeBuildStatus: 1> Touching "Debug\JangJHW3.unsuccessfulbuild". 1>GenerateTargetFrameworkMonikerAttribute: 1>Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files. 1>ClCompile: 1> All outputs are up-to-date. 1> CaesarsCipher.cpp 1>u:\fundamentals of software engineering\jangjhw3\jangjhw3\CaesarsCipher.h(12): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int 1>u:\fundamentals of software engineering\jangjhw3\jangjhw3\CaesarsCipher.h(12): warning C4183: 'CeasarsCipher': missing return type; assumed to be a member function returning 'int' 1>CaesarsCipher.cpp(15): error C2511: 'CaesarsCipher::CaesarsCipher(int)' : overloaded member function not found in 'CaesarsCipher' 1> u:\fundamentals of software engineering\jangjhw3\jangjhw3\CaesarsCipher.h(8) : see declaration of 'CaesarsCipher' 1> JangJHW3.cpp 1>u:\fundamentals of software engineering\jangjhw3\jangjhw3\CaesarsCipher.h(12): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int 1>u:\fundamentals of software engineering\jangjhw3\jangjhw3\CaesarsCipher.h(12): warning C4183: 'CeasarsCipher': missing return type; assumed to be a member function returning 'int' 1>JangJHW3.cpp(36): error C2664: 'CaesarsCipher::CaesarsCipher(const CaesarsCipher &)' : cannot convert parameter 1 from 'int' to 'const CaesarsCipher &' 1> Reason: cannot convert from 'int' to 'const CaesarsCipher' 1> No user-defined-conversion operator available that can perform this conversion, or the operator cannot be called 1>JangJHW3.cpp(147): warning C4018: '<' : signed/unsigned mismatch 1> Generating Code... 1> 1>Build FAILED. 1> 1>Time Elapsed 00:00:01.16 ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ========== |