SoftwareEngineeringStudyProjects / KnowYourKnowledge

Combination of Personal Knowledge Management and Learning Management System. This is a study project aimed at creating relatively big codebase for object-oriented programming and similar courses.
MIT License
2 stars 4 forks source link

CommandLineProcessor now correctly recognises commands. #49

Closed NaturalStupidlty closed 1 year ago

NaturalStupidlty commented 1 year ago

Now strcmp(argv[i], ADD_NOTE_NAME) correctly compares two strings.

kzhereb commented 1 year ago

Already fixed in 690598aa11e43fbd04f35ab25fab80d21c489856 (it also includes < cstring > needed for strcmp)