 |
Blitz2D Advanced: From BB to C/C++
by Chris Ives (nullmind)
From BB to C/C++ by Chris
'nullmind' Ives
Contents
WARNING: This tutorial does not involve graphics!
You are doomed to the console for now!
- Introduction
- Compilers
- Getting to know your IDE
- First Project
- Variables
- Conditions
- Loops
- Pointers
- Structures
- Functions
- Arrays
- Quiz
- Links
History Log:
- 08/08/03
Added dynamic resizing example to 'Arrays' Replaced confusing
lists with detailed information with a highlighted line above it, to specify
what source is being discussed. Update all the existing sections to meet
some new standards. Fixed minor mistakes, and some accidental things. Change
visual style, including code boxes. Set textarea's to automatically not
wrap, have a size based of the linecount and to not have vertical scrollbars.
Looks decent now!
- 08/09/03
Fixed 'Arrays' secion to use malloc() and realloc().
Discuss the article here
For a printable copy of this article, please click HERE.
|