Skip to content

This repository contains mini projects that I created (and am still creating) during my C/C++ learning journey.

License

Notifications You must be signed in to change notification settings

karimelkh/C-Cpp-funds

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C/C++ FUNDAMENTALS

This repository contains my projects code that I created (and am still creating) during my C/C++ learning journey. I moved some projects to another repos.

LEARNING RESOURCES

Here are some resources:

TODOs

  • document:

    • the linked list dsa code
    • todo list app
    • queue dsa code
    • libms (library mangement system)
  • add:

    • animated text from right to left
    • text based walking man animation
    • the circular linked list
    • the oop directory (that will includes the oop code).
    • the problems directory (that will includes solution for problems from multiple platforms).
      • organize the directory to contain problems from platfoms.
    • some features to the todo list app
      • use stack STL instead of mine.
      • enhance code readability
      • change task state (e.g., Completed, Canceled, ...)
      • enhance display/output formatting
      • save the tasks in a file
      • due date handling
      • make a command line prompt
    • queue dsa (cpp version)
    • stack dsa (c version)
      • fix issues with an expected bahaviour like stack_count and more...
    • tree dsa
    • hash map dsa
  • move the problems to another repo.

  • move the projects to another repo.

projects to make:

  • student DBMS
  • Hangman Game

to complete:

  • Library Management System

problems to solve:

CONTACT

If you have any questions, feedback, or suggestions, feel free to send an email.

About

This repository contains mini projects that I created (and am still creating) during my C/C++ learning journey.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published