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

https://github.com/uedatakeyuki/nsaftclp

Next steps after finishing the C language primer
https://github.com/uedatakeyuki/nsaftclp

Last synced: 3 months ago
JSON representation

Next steps after finishing the C language primer

Awesome Lists containing this project

README

        

# Next steps after finishing the C language primer
Pearls of stuff to make a modern & catchy application in C language.

## Contents
- [Preface](contents/Preface)
- Build System
- Makefile
- pkg-config
- [Testing Framework](contents/Test)
- UI
- gtk: Offering a complete set of UI elements, GTK is suitable for projects ranging from small one-off tools to complete application suites.
- gtk3
- gtk4
- Network
- [libsoup](contents/Network/libsoup): HTTP client/server library for GNOME
- [libcurl](contents/Network/libcurl): Your network transfer library
- JSON
- [json-glib](contents/JSON/json-glib): A JSON reader and writer library using GLib and GObject
- DB