2011-09-15 3 views
0

Visual C++ 2008 Express Edition에서 bigint 클래스를 사용해야합니다. 프로젝트의 BigInteger를 정의 라이브러리를 확인 했Visual C++ 2008 Express에서 BigInt 클래스 사용

1>------ Build started: Project: P Root Test, Configuration: Debug Win32 ------ 
    1>Linking... 
    1>P Root Test.obj : error LNK2019: unresolved external symbol "class std::basic_ostream<char,struct std::char_traits<char> > & __cdecl operator<<(class std::basic_ostream<char,struct std::char_traits<char> > &,class BigInteger const &)" ([email protected][email protected][email protected]@[email protected]@@[email protected]@[email protected]@@@Z) referenced in function _main 
    1>P Root Test.obj : error LNK2019: unresolved external symbol "public: void __thiscall BigInteger::operator=(class BigInteger const &)" ([email protected]@[email protected]@Z) referenced in function _main 
    1>P Root Test.obj : error LNK2019: unresolved external symbol "public: __thiscall BigInteger::BigInteger(int)" ([email protected]@[email protected]@Z) referenced in function _main 
    1>P Root Test.obj : error LNK2019: unresolved external symbol "public: void __thiscall BigInteger::multiply(class BigInteger const &,class BigInteger const &)" ([email protected]@@[email protected]@Z) referenced in function "public: class BigInteger __thiscall BigInteger::operator*(class BigInteger const &)const " ([email protected]@[email protected]@@Z) 
    1>G:\My Stuff\# School\Crypto\P Root Test\Debug\P Root Test.exe : fatal error LNK1120: 4 unresolved externals 
    1>Build log was saved at "file://g:\My Stuff\# School\Crypto\P Root Test\P Root Test\Debug\BuildLog.htm" 
    1>P Root Test - 5 error(s), 0 warning(s) 
    ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ========== 
+1

저는 코딩의 초보자입니다. 더 자세하게 얘기해 주 시겠어요? BigIntegerLibrary에 대해 이야기하고 있습니까? – MattK

답변

0

를 컴파일 할 때 나는 현재 이러한 오류 메시지는 무엇입니까?

관련 문제