Skip to content

GiancarloFusiello/CppND-System-Monitor

 
 

Repository files navigation

CppND-System-Monitor

This is my implementation of the System Monitor Project in the Object Oriented Programming Course of the Udacity C++ Nanodegree Program.

System Monitor

Quickstart

Run the following command to build and run a docker container running the resulting executable of the code in this repository:

make launch

Make

This project uses Make. The Makefile has five targets:

  • build compiles the source code and generates an executable
  • format applies ClangFormat to style the source code
  • debug compiles the source code and generates an executable, including debugging symbols
  • clean deletes the build/ directory, including all of the build artifacts
  • launch builds and runs a docker container running the resulting executable of the code in this repository

About

Student repository for the CppND OOP course project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 92.6%
  • Dockerfile 3.1%
  • Makefile 2.2%
  • CMake 2.1%