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!

  1. Introduction
  2. Compilers
  3. Getting to know your IDE
  4. First Project
  5. Variables
  6. Conditions
  7. Loops
  8. Pointers
  9. Structures
  10. Functions
  11. Arrays
  12. Quiz
  13. 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.


This site is Copyright© 2000-2004, BlitzCoder. All rights reserved.