Skip to content

Some practices I worked on when I started learning programming. Agenda manager implemented with linked lists using dynamic memory allocation.

License

Notifications You must be signed in to change notification settings

asierzd/Programming-Fundamentals-in-C-Practices

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Programming-Fundamentals-in-C-Practices

Some practices I worked on when I started learning programming.

Implementation

  • Agenda manager: Programmed in C using linked lists, implemented with dynamic memory allocation, arrays, pointers and structs for the Programming Fundamentals subject. Available features:
    • Search contact.
    • Remove contact.
    • Add contact.
    • Modify phone number of a contact.
    • List contacts.
    • Save agenda to disk in txt file format.

About

Some practices I worked on when I started learning programming. Agenda manager implemented with linked lists using dynamic memory allocation.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages