|
|||||
| | |||||
| sub-categories and articles | |||||||||
| --->create new sub-category | |||||||||
Makefile | |||||||||
| add
all: main # will give different letters to the output files # so can use tabl completion on command line main: Rectmain.o rectangle.o g++ -o $@ $^ | |||||||||
Makefile.zip | |||||||||
| add
| |||||||||
Rectangle.cpp | |||||||||
add
#include "Rectangle.h" | |||||||||