Online Programming Books

walkero

C++ is a middle-level programming language developed by Bjarne Stroustrup starting in 1979 at Bell Labs. C++ runs on a variety of platforms, such as Windows, Mac OS, and the various versions of UNIX. This tutorial adopts a simple and practical approach to describe the concepts of C++.

walkero

C is a general-purpose, procedural, imperative computer programming language developed in 1972 by Dennis M. Ritchie at the Bell Telephone Laboratories to develop the UNIX operating system. C is the most widely used computer language.

trixie's picture
trixie

An online version of Jerry Jongerius' book from 1995 presents some interesting and innovative views on C programming.

admin's picture
admin

The complete boiled-down C manual for the Amiga which describes how to open and work with Screens, Windows, Graphics, Gadgets, Requesters, Alerts, Menus, IDCMP, Sprites, VSprites, AmigaDOS, Low Level Graphics Routines, Hints and Tips, etc.

admin's picture
admin

This is a very quick-and-dirty guide meant to get you started with the GNU Debugger, gdb, from the command line in a terminal. Often times gdb is run via an IDE, but many people out there shun IDEs for a variety of reasons, and this tutorial is for you!

admin's picture
admin

You say something's still not clear about this whole C programming language thing?

If you're a beginner in this whole thing, all C code you see looks obfuscated! The good news is, it's not going to be that way for long.

Pages