Skip to content

This repository contains the source codes for a console-based dictionary application, implemented in C++. This dictionary project allows users a range of functionalities including word definition lookup, printing palindromes, generating anagrams of a given word and many more.

License

Notifications You must be signed in to change notification settings

chathushi-r/Dictionary

Repository files navigation

Dictionary Project

This repository contains the source codes for a console-based dictionary application, implemented in C++. Based on a text file that consists of many different English words, this dictionary project allows users a range of functionalities including word definition lookup, printing palindromes, generating anagrams of a given word and many more.

Functionalities:

  • Search for a word
  • Find words that contain a character more than a minimum number of times
  • Print words that have a 'q' without a following 'u'
  • Print palindromes
  • Print anagrams of a given word
  • Guess a word from a given definition
  • Find trigrams

Technologies used:

  • C++ : The C++ programming language is used to implement the application's core functionalities.
  • Visual Studio 2019 : The project is developed using the IDE, Microsoft Visual Studio.

About

This repository contains the source codes for a console-based dictionary application, implemented in C++. This dictionary project allows users a range of functionalities including word definition lookup, printing palindromes, generating anagrams of a given word and many more.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages