For me, IRC, message boards, etc. I also think reading documentation is something that one needs to learn, and often answers a lot of questions. Even before Stack Overflow existed, I saw many ignore the documentation that was often right in front of them.
Various magazines (Dr. Dobbs, MSJ/MSDN Magazine), USENET (comp.lang.*), email lists, MSDN subscriptions (the DVDs full of Microsoft documentation), books, lots of experimentation, etc.
There were actually quite a few resources before StackOverflow.
You collected books on the programming language or system APIs, or a textbook on algorithms, and sometimes saved magazines, plus a bit of experimentation.
Fidonet and Usenet were good places to ask.
Looking at the source code of open source projects, especially when some piece of the code was doing something that you wanted to figure out.
10 comments
[ 2.1 ms ] story [ 36.4 ms ] threadThere were actually quite a few resources before StackOverflow.
Fidonet and Usenet were good places to ask.
Looking at the source code of open source projects, especially when some piece of the code was doing something that you wanted to figure out.
I’ve lost weeks of my life fighting bugs in IE 6.
Tribal knowledge and becoming a ninja at debugging and reverse engineering ancient code seems to do the trick.
Truly, a dark time compared to the more enlightened "cut and paste from some website solves all problems" utopia we now live in.