Search found 3 matches

by darealnash
Sun Sep 19, 2004 1:43 pm
Forum: Development & World Setup
Topic: Arcade Source Code
Replies: 28
Views: 2793

Anybody know of a good way to learn c# (c-sharp)?
by darealnash
Sun Jul 04, 2004 3:26 pm
Forum: Development & World Setup
Topic: Coding problems.
Replies: 6
Views: 949

I`ve got a problem too. I have a source code: //This is my first program with if statements #include <iostream.h> int main() { int age,goodbye; cout<<"Please enter your age"; cin>>age; if (age==12) { cout<<"You are the same age as me!"; } else if (age<12) { cout<<"You are yo...
by darealnash
Fri Apr 09, 2004 3:20 pm
Forum: Development & World Setup
Topic: C++ compilers (sorry, this is only forum i know of)
Replies: 21
Views: 4930

C++ compilers (sorry, this is only forum i know of)

Hi, does anyone know of a good C++ compiler? If yes, please give me the URL.