Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arpitbatra123/dictionaryplusplus
📖Simple file input based dictionary implemented in C++
https://github.com/arpitbatra123/dictionaryplusplus
Last synced: 25 days ago
JSON representation
📖Simple file input based dictionary implemented in C++
- Host: GitHub
- URL: https://github.com/arpitbatra123/dictionaryplusplus
- Owner: arpitbatra123
- Created: 2018-02-12T16:15:48.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-24T04:39:06.000Z (almost 7 years ago)
- Last Synced: 2024-10-14T07:11:33.365Z (2 months ago)
- Language: C++
- Homepage:
- Size: 369 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DictionaryPlusPlus
Simple file input based dictionary implemented in C++My Attempt to solve this problem statement:
![Problem Statement](https://raw.githubusercontent.com/arpitbatra123/DictionaryPlusPlus/master/question.png)
I did not implement a GUI for the lack of knowledge of a C++ GUI Framework.