g++ -c file.cpp g++ -c dset.cpp g++ -o main main.cpp file.o dset.o #g++ -o main file.cpp dset.cpp main.cpp