Softwareentwicklung
- Python als Ersatz für Classic Visual Basic
Die Eignung von Python als Ersatz für Classic Visual Basic wird anhand von Beispielen untersucht.
- Anarchist Software Manifesto
Considerations for building software with anarchy and liberty in mind.
- C Cheatsheet: A Beginner’s Notebook
Collection of various findings regarding the C programming language.
- C Development with VSCodium
How to configure and use the free and open-source IDE VSCodium for C development.
- Multithreading in C with
threads.h
Demonstration of multithreading in C using
threads.h
.- Preventing Dangling Pointers in C Using Pointers to Pointers
Prevention of dangling pointers using special pointers that are set to
NULL
automatically after objects are destroyed.