This is the error i get when i tried to build a simple program that just draws a single point. Can i get some help now.
Linking...
point.obj : error LNK2001: unresolved external symbol "public: class GraphicWindow & __thiscall GraphicWindow:perator<<(class Point)" (??6GraphicWindow@@QAEAAV0@VPoint@@@Z)
point.obj : error LNK2001: unresolved external symbol "class GraphicWindow cwin" (?cwin@@3VGraphicWindow@@A)
point.obj : error LNK2001: unresolved external symbol "public: __thiscall Point:oint(double,double)" (??0Point@@QAE@NN@Z)
LIBCD.lib(wincrt0.obj) : error LNK2001: unresolved external symbol _WinMain@16
Debug/ne.exe : fatal error LNK1120: 4 unresolved externals
Error executing link.exe.
Linking...
point.obj : error LNK2001: unresolved external symbol "public: class GraphicWindow & __thiscall GraphicWindow:perator<<(class Point)" (??6GraphicWindow@@QAEAAV0@VPoint@@@Z)
point.obj : error LNK2001: unresolved external symbol "class GraphicWindow cwin" (?cwin@@3VGraphicWindow@@A)
point.obj : error LNK2001: unresolved external symbol "public: __thiscall Point:oint(double,double)" (??0Point@@QAE@NN@Z)
LIBCD.lib(wincrt0.obj) : error LNK2001: unresolved external symbol _WinMain@16
Debug/ne.exe : fatal error LNK1120: 4 unresolved externals
Error executing link.exe.