
-----------------------------------
Tony
Wed Mar 12, 2003 12:42 am

[sample code] Hello World
-----------------------------------
hey, we all have to start somewhere, dont we? You usually start learning every single language with a hello world program. Well other then turing. I started that off as an animation program where I could draw boxes in different places... I wonder if my teacher still has my animation stored somewhere :? I'd have to ask, but after march break :wink:

anyway, here's how Hello World works in C++


#include 
using namespace std;

void main()
{
     cout 