For a while I was using GCC as a cross-compiler to write software for Amigas. This was familiar territory for…
One of the things lacking with the Amiga 68000 Kickstart Relocator project is a GUI to manipulate the flash ROMs,…
Yesterday I wrote a blog post talking about Event Loops, this was a pre-cursor to discussing where I am using…
The concept of event loops is not new in programming, but I think it is still a really important technique…
Valgrind is an incredibly powerful tool which helps find leaks, buffer overflows and many other things. Whilst being extremely powerful…
Whilst porting code between Linux and macOS I have come across two issues which make assumptions about how something works…
You may be familiar with variadic functions in C, these are basically functions that allow a variable number of parameters,…
I'm in the middle of developing a project in C which uses NCurses and Unicode 7+ characters. This has been…