@nixCraft Recompiling the WWIV BBS Source code.... ugh.... Could have been worse... Oh, wait, it was cause there was VBBS done in QuickBasic....
I only had to touch Pascal in High School for Comp Sci.... Comp Math used qbasic cause they were cheap... ;)
I seem to remember finding an Easter egg back when I was studying in my teens in the help files for Borland turbo c++ in the sound library doco, something about:
* Emits a 7-Hz tone for 10 seconds.
True story: 7 Hz is the resonant frequency of a chicken's skull
cavity. This was determined empirically in Australia, where a new
factory generating 7-Hz tones was located too close to a chicken
ranch: When the factory started up, all the chickens died.
Your PC may not be able to emit a 7-Hz tone. */
@nixCraft Team C here!
Began with Turbo C 2.0 and a tutorial that I borrowed from my mom, then eventually moved to Borland C++ 3.0 once my dad brought home the floppies from work.
After that DJGPP with setedit as an ide, then eventually moved to linux with KDevelop.
Still code in C/C++ occasionally, though nowadays, most of the field I'm in now work with python.
@nixCraft I certainly remember Turbo Pascal. Used that for several years taking CompSci courses in high school and college.
Pascal is a great language to learn how to program, but I'm sure modern CompSci courses don't use it anymore
@nixCraft Me! And I still have the floppy disks to prove it! (I started with Turbo Pascal 2.0.)
I even used Turbo Modula-2, but that one went nowhere fast.
@nixCraft I still have a tutorial book.
I can sell it to you
@nixCraft What's up with all the colors? I had to use Turbo Pascal at school on an Apple II with Z80 card and CP/M. On green screen.
At home, I was programming in C on a Commodore Amiga 500.
I think Turbo Pascal is still being used to teach programming to students at at least one university in Hungary
@nixCraft remember writing something like a PO management system as part of a school assignment in the '80ies, albeit with an even older version of #TurboPascal.
Still remember how much I liked it compared to #GWBASIC, that I had used before 😅
IDEs as well as programming languages have really come a very long way since then.