(C++) Rectangle

January 25, 2018 · View on GitHub

 

 

 

 

 

(C++) Rectangle

 

STLQt
CreatorLubuntu

 

Rectangle is a class for a rectangle.

Technical facts

 

 

 

 

 

 

./CppRectangle/CppRectangle.pri

 


INCLUDEPATH += \     ../../Classes/CppRectangle SOURCES += \     ../../Classes/CppRectangle/rectangle.cpp HEADERS  += \     ../../Classes/CppRectangle/rectangle.h OTHER_FILES += \     ../../Classes/CppRectangle/Licence.txt

 

 

 

 

 

./CppRectangle/rectangle.h

 


 

 

 

 

 

./CppRectangle/rectangle.cpp