Dashboard
Memory Management Chatbot
Optimize a C++ ChartBot

In this project, I optimized a ChatBot C++ code from a memory management perspective. This ChatBot creates a dialogue where users can ask questions about some aspects of memory management in C++.

This project is connected to the C++ Nanodegree, from Udacity. I used Docker, and modern C++ memory management techniques such as smart pointers and move semantics.

VIEW PROJECT