Skip to content

This chatbot application using WxWidgets demonstrates skills in Memory Management concepts of C++. Concepts such as Move Semantics, Smart pointers are used in the implementation of the project.

License

Notifications You must be signed in to change notification settings

ram-ravan/Memory-Management-Chatbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Memory Management Chatbot

The ChatBot code creates a dialogue where users can ask questions about some aspects of memory management in C++. After the knowledge base of the chatbot has been loaded from a text file, a knowledge graph representation is created in computer memory, where chatbot answers represent the graph nodes and user queries represent the graph edges. After a user query has been sent to the chatbot, the Levenshtein distance is used to identify the most probable answer. The code is focused on using various C++ Memory Management features such as Move Semantics, Smart Pointers etc. The starter code for this project is provided by Udacity as a part of C++ nanodegree program.

Dependencies for Running Locally

Basic Build Instructions

  1. Clone this repo.
  2. Make a build directory in the top level directory: mkdir build && cd build
  3. Compile: cmake .. && make
  4. Run it: ./membot.

About

This chatbot application using WxWidgets demonstrates skills in Memory Management concepts of C++. Concepts such as Move Semantics, Smart pointers are used in the implementation of the project.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published