Skip to content

GihoonKim/Udacity-CPP

Repository files navigation

Udacity-Cpp

This course contains 4 c++ projects

  1. OpenStreetMap Route Planner
  2. System Monitor
  3. Garbage Collector
  4. Concurrent Traffic Simulation

OpenStreetMap Route Planner

  • Using real map data and A* algorithm, find a path between user-defined two points.
  • Learn about the basic method of C++

System Monitor

  • Build system monitor application similar to htop.

Garbage Collector

  • Using smart pointer, make a garbage collector which is the function for memory management.

Concurrent Traffic Simulation

  • Build a multithreaded traffic simulator using a real urban map.
  • Rub each vehicle, intersection on a separate thread

Final Project(pacman)

  • Just have one round game pacman
  • If you destruct all enemies or eat all food, you win.
  • If you are caught by enemy, you lose.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published