I'm writing a program that shows a shape of rectangle and triangle, and computes the area of those shapes.I'm using Microsoft Visual Studio. These is my codes:
I have four codes and the image of errors list: Shapes.h, shapesfunchtions3.h, shapes3.cpp, and testshapes3.cpp
Mediafire Folder of my four codes
But I get this errors: Any solution to this?
if you can't see the image of the errors list, then it is this:
Error 1
error LNK2019: unresolved external symbol "public: void __thiscall Shapes::DisplayMenu(void)" (?DisplayMenu@Shapes@@QAEXXZ) referenced in function "public: char __thiscall Shapes::SelectShape(void)" (?SelectShape@Shapes@@QAEDXZ) C:\Users\Eduardo\Documents\Mission College\Projects\shapes3\shapes3\shapes3.obj
Error 2
error LNK2019: unresolved external symbol "public: void __thiscall Shapes::GetSelection(void)" (?GetSelection@Shapes@@QAEXXZ) referenced in function "public: char __thiscall Shapes::SelectShape(void)" (?SelectShape@Shapes@@QAEDXZ) C:\Users\Eduardo\Documents\Mission College\Projects\shapes3\shapes3\shapes3.obj
Error 3
error LNK2019: unresolved external symbol "public: void __thiscall Shapes::CheckSelection(void)" (?CheckSelection@Shapes@@QAEXXZ) referenced in function "public: char __thiscall Shapes::SelectShape(void)" (?SelectShape@Shapes@@QAEDXZ) C:\Users\Eduardo\Documents\Mission College\Projects\shapes3\shapes3\shapes3.obj
Error 4
error LNK1120: 3 unresolved externals C:\Users\Eduardo\Documents\Mission College\Projects\shapes3\Debug\shapes3.exe