1 comment

[ 2.3 ms ] story [ 14.1 ms ] thread
I'm always on the lookout for a good modern C tutorial. It's a hard language to teach to people who don't have a good mental model of the computer. So when I got to this:

> In a C program first of all you need to initialize the graphics drivers on the computer. This is done using the initgraph method provided in graphics.h library

I stopped reading.