hi there,
Im using the "newran c++ liabrary" which can be download online at
http://www.robertnz.net/nr02doc.htm. Its ok when i compile it but when i try to build it, i got the follow errors:
--------------------Config
uration: tryrand - Win32 Debug--------------------
Linking...
tryrand.obj : error LNK2001: unresolved external symbol "void __cdecl test5(int)" (?test5@@YAXH@Z)
tryrand.obj : error LNK2001: unresolved external symbol "void __cdecl test4(int)" (?test4@@YAXH@Z)
tryrand.obj : error LNK2001: unresolved external symbol "void __cdecl test3(int)" (?test3@@YAXH@Z)
tryrand.obj : error LNK2001: unresolved external symbol "void __cdecl test2(int)" (?test2@@YAXH@Z)
tryrand.obj : error LNK2001: unresolved external symbol "void __cdecl test1(int)" (?test1@@YAXH@Z)
tryrand.obj : error LNK2001: unresolved external symbol "public: static void __cdecl Random::Set(double)" (?Set@Random@@SAXN@Z)
Debug/tryrand.exe : fatal error LNK1120: 6 unresolved externals
Error executing link.exe.
tryrand.exe - 7 error(s), 0 warning(s)
can anyone helps me out there?Im using vc++ and Im still learning this language, so plz make ur comment easy for me to understand , many thanks.