Software Development
Articles on programming and software development.
- C Cheatsheet: A Beginner’s Notebook
Collection of various findings regarding the C programming language.
- Preventing Dangling Pointers in C
Prevention of dangling pointers using special pointers that are set to
NULLautomatically after objects are destroyed.- Multithreading in C with
threads.h Demonstration of multithreading in C using
threads.h.- Anarchist Software Manifesto
Considerations for building software with anarchy and liberty in mind.
- C Development with VSCodium
How to configure and use the free and open-source IDE VSCodium for C development.