1
vote
2answers
110 views
Creating a Simple Old School Console Emulator
Hello,
I'm now with the dream to start a project of a emulator of old school consoles(Atari, Colecovision...), but before I start I need to know some things:
Which is the most easy console to …
9
votes
10answers
838 views
Octal number literals: when? why? ever?
I have never used octal numbers in my code nor come across any code that used it (hexadecimal and bit twiddling notwithstanding).
I started programming in C/C++ about 1994 so maybe I'm too young for …
3
votes
4answers
163 views
What old-school programming/system building techniques would you like to see used more?
As an industry we tend to have a short attention span and be easily distracted by "new" things—which often turn out to be old things, effortfully re-invented.
Tony Hoare said that if we could learn …
