Skip to content

A Memory Management Chatbot Project submission that was part of the Udacity C++ Nano degree curriculum

Notifications You must be signed in to change notification settings

duringhof/CppND-Project-MemoryManagementChatbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A Memory Management Chatbot Project submission that was part of the Udacity C++ Nano degree curriculum

Topics

Resources

Stars

Watchers

Forks