(C++) Shape

January 25, 2018 · View on GitHub

 

 

 

 

 

(C++) Shape

 

STLQt
CreatorLubuntu

 

Shape is a class for a shape.

Technical facts

 

 

 

 

 

 

./CppShape/CppShape.pri

 


INCLUDEPATH += \     ../../Classes/CppShape SOURCES += \     ../../Classes/CppShape/shape.cpp HEADERS  += \     ../../Classes/CppShape/shape.h OTHER_FILES += \     ../../Classes/CppShape/Licence.txt

 

 

 

 

 

./CppShape/shape.h

 


 

 

 

 

 

./CppShape/shape.cpp