
04-30-2002, 11:05 AM
|
|
Darth Cucumber
|
 |
Join Date: Mar 2001
Location: At School
Posts: 2,874
|
|
|
#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
|
|
|
|