Skip to content

Source to the Udacity C++ Course (Become a C++ Developer)

Notifications You must be signed in to change notification settings

Seim2k17/UdacityCpp

Repository files navigation

UdacityCpp

Source to the Udacity C++ Course (Become a C++ Developer)

Project #2: System Monitor

  1. Links https://github.com/udacity/CppND-System-Monitor

  2. Infos git clone git@github:udacity/CppND-System-Monitor.git / git clone https://github.com/udacity/CppND-System-Monitor-Project-Updated.git (sudo) apt install libncurses5-dev libncursesw5-dev cd repo mkdir build && cd build cmake .. make ./monitor

Project #1: OpenStreetMap Route Planner using IO2D

  1. Links OpenStreetMap: https://www.openstreetmap.org/export#map=12/53.5751/10.0710 OpenStreetmap-Data: https://planet.openstreetmap.org/ OpenStreetmap-Wiki: https://wiki.openstreetmap.org/wiki/Main_Page

  2. Infos

  3. Compiling (project from 1b))

  • mkdir build && cd build
  • cmake ..
  • make
  1. Running ./OSM_A_star_search

About

Source to the Udacity C++ Course (Become a C++ Developer)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages