Skip to content

kostyamikhaylov/Dictionary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dictionary

C++ class implementation using C

There are two implementations: using array (dict.c) and using list (dict2.c). Both of them are available due to redefinition (with -D flag) in makefile.

Future developing plans:

  1. To add GoodleTest unittests;
  2. To create dictionary construction from file/stdin;

About

C++ class implementation using C

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors