i remember basic 😉 first language i learnt back on my old atari ste (one for the history books and i've still got it).
only do c now since it's straight forward, have dabbled a bit in c++ but not enough to be able to do it all the time.
learnt the basics of c at uni and then win32 for my final project (a little editor and development thing for some DOS tools from the first year).
still developing the thing so that i can have a MDI text editor with customisable syntax highlighting of my source files. also worked on a thing to allow most windows and dialogs to 'dock' to the screen edge or the inside of MDI window eg Excel and that as linux does - makes positioning of windows easier to do but still have a few bugs with the code when it's closed down 🙁 (but with recent stuff i've done
here i think i may have the solution to the problems)
File reading is the fun stuff to do 😉 windows hooks and subclassing are a real pain in comparison at times
-daz