Nimble Programming

From Gneu.org

Jump to: navigation, search

Bringing your console to life.

One thing that I hate is when I open up a programming book and the first three chapters are what a mouse is, what a keyboard is, what is a monitor and worse yet – what is a computer. I realize that these topics are very important to know, because of interaction and the like, but I find it a monotonous and mind numbing discussion, and I won’t continue the terrible attribution of the idea that programming is boring. Besides, the majority of the people who are reading this have already been exposed to computers, and lets face it, if you cant tell the difference between a monitor and a keyboard or if you dont know where your PCI slot is, if you dont know the highest rate of transfer of an AGP port... etc if you dont know computers you probably dont know programming.

Thusly, i am going to assume a few things

Click here to go to the Microsoft site and learn more...

Direct Links


Important.png
Note: You may have noticed that there is no C compiler mentioned. You will actually have a hard time tracking down a compiler strictly for C. C++ is actually a Super Set of C, which has additional features that C does not have. This is the compiler of choice. It will compile C applications just as well as older C compilers used to. I will be writing all of our applications using the Visual C++ compiler, Microsoft's version, mainly because i know it well enough to be confident with the debugger.

Table of Contents

  1. Foreword
Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox