Help - Search - Members - Calendar
Full Version: C++ Help
Pixel2Life Forum > Help Section > Desktop Programming
c0de_1
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.
joe
QUOTE(c0de_1 @ Apr 1 2007, 01:47 AM) *
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.


i think u can find it in www.cprogramming.com
but, i'll try to give one example :

CODE
#include "iostream"

using namespace std;

int main()
{
   cout<<"Hello World...";
}


hope it solve ur problem... smile.gif smile.gif
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2009 Invision Power Services, Inc.