How to fix this error?

1>sier.obj : error LNK2019: unresolved external symbol "void __cdecl printGen(int * *,class std::basic_ostream<char,struct std::char_traits<char> > &,int,int,int)" (?printGen@@YAXPAPAHAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@HHH@Z) referenced in function _main
1>C:\Users\Jeffrey\documents\visual studio 2010\Projects\Lab 8\Debug\Lab 8.exe : fatal error LNK1120: 1 unresolved externals
That sounds like you forgot to link something. Could we please see the applicable codes? :)

-Albatross
Last edited on
Topic archived. No new replies allowed.