https://github.com/skryvvara/address-book
A trivial address-book written with C | Used Visual-Studio C++ Project therefore code files end with .cpp
https://github.com/skryvvara/address-book
c structs
Last synced: 9 days ago
JSON representation
A trivial address-book written with C | Used Visual-Studio C++ Project therefore code files end with .cpp
- Host: GitHub
- URL: https://github.com/skryvvara/address-book
- Owner: Skryvvara
- Created: 2018-05-31T12:46:21.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2021-10-07T19:43:13.000Z (over 4 years ago)
- Last Synced: 2025-09-06T00:53:21.130Z (10 months ago)
- Topics: c, structs
- Language: C++
- Homepage:
- Size: 17.9 MB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Address-book
A trivial address-book written with C | Used Visual-Studio C++ Project therefore code files end with .cpp
## Description
This is a project I created when I just started programming. It is supposed to teach the basics of memory allocation, string function and custom lists.