- These projects are provided by Udacity Nanodegree C++ course.
- https://www.udacity.com/course/c-plus-plus-nanodegree--nd213
- OpenStreetMap Route Planner
- System Monitor
- Garbage Collector
- Concurrent Traffic Simulation
- Using real map data and A* algorithm, find a path between user-defined two points.
- Learn about the basic method of C++
- Build system monitor application similar to
htop
.
- Using smart pointer, make a garbage collector which is the function for memory management.
- Build a multithreaded traffic simulator using a real urban map.
- Rub each vehicle, intersection on a separate thread
- 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.