Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 355 Bytes

File metadata and controls

12 lines (9 loc) · 355 Bytes

Programming methodology DT047G

OOP C++ Programs

Compile & Run

To compile these cpp programs you should at least have c++11 or later c++ version installed on your machine.

Compile

create a makefile or use g++ -std=c++17 main.cpp [otherfiles_cpp]

Run

If you have a makefile then do: make run Otherwise ./object_file