Skip to content

OsmelLavalier/Programming-methodology

Repository files navigation

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

About

OOP C++ Programs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published