Thread: Tutoials?
View Single Post
  #12  
Old 04-30-2002, 11:05 AM
Falcor Falcor is offline
Darth Cucumber
Falcor's Avatar
Join Date: Mar 2001
Location: At School
Posts: 2,874
Falcor is on a distinguished road
Send a message via ICQ to Falcor Send a message via AIM to Falcor Send a message via MSN to Falcor Send a message via Yahoo to Falcor
#include <iostream.h>
int main() {
int number;
cout << "OMG LIKE ENTER A NUMBER :O\n"
cin >> number;
cout << "\nOMG THAT NUMBER IS LIKE" << number << "!!";
}

ANSI c++ isn't all TOO complicated (untill you start dealing with things like classes @.o )
Its just when you get to doing things that you need to compunicate with the OS. this is why there is no linux version of graal yet =\
__________________

subliminal message: 1+1=3
Reply With Quote