Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 1.13 KB

File metadata and controls

13 lines (9 loc) · 1.13 KB

CppND: Memory Management Chatbot

This repository contains the result of the third project of the Udacity C++ Nanodegree Program. The project concerns a simple chatbot that answers on questions about memory management concepts. While the chatbot functionality itself is rather limited in terms of possible questions and answers, the project emphasized learnings from the Memory Management course of the program which can be seen "behind the scenes" in the chatbot implementation that make use of e.g. smart pointers, move semantics etc...

The repository you're looking at originates from this Udacity starter code repo and contains the specific implementations/solutions that I wrote to pass the course.

Basic Build Instructions

  1. ( Review the desciption of dependencies that can be found here! )
  2. Clone this repo.
  3. Make a build directory in the top level directory: mkdir build && cd build
  4. Compile: cmake .. && make
  5. Run it: ./membot.