Im sure you guys get the basic questions alot of the time, but im just L0ST!
Ok,
What I am looking to do is write a simple "HELLO WORLD" in Dev C++ .
I keep trying to do it and it gives me errors, even I copy others code (just to test)!
Can anyone point me in a direction with some support for Dev C++ or another complier?
Thanks.
C++ Help
Started by c0de_1, Mar 31 2007 01:47 PM
1 reply to this topic
#1
Posted 31 March 2007 - 01:47 PM
#2
Posted 01 April 2007 - 12:13 PM
c0de_1, on Apr 1 2007, 01:47 AM, said:
Im sure you guys get the basic questions alot of the time, but im just L0ST!
Ok,
What I am looking to do is write a simple "HELLO WORLD" in Dev C++ .
I keep trying to do it and it gives me errors, even I copy others code (just to test)!
Can anyone point me in a direction with some support for Dev C++ or another complier?
Thanks.
Ok,
What I am looking to do is write a simple "HELLO WORLD" in Dev C++ .
I keep trying to do it and it gives me errors, even I copy others code (just to test)!
Can anyone point me in a direction with some support for Dev C++ or another complier?
Thanks.
i think u can find it in www.cprogramming.com
but, i'll try to give one example :
#include "iostream"
using namespace std;
int main()
{
cout<<"Hello World...";
}
hope it solve ur problem...
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users
