An open API service indexing awesome lists of open source software.

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

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.