Jump to content


Photo

C++ Help


  • Please log in to reply
1 reply to this topic

#1 c0de_1

c0de_1

    Young Padawan

  • Members
  • Pip
  • 11 posts
  • Location:N. Jersey
  • Interests:Web Design, PHP

Posted 31 March 2007 - 01:47 PM

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.

#2 joe

joe

    Young Padawan

  • Members
  • Pip
  • 115 posts
  • Location:stuck in the middle of cyber space

Posted 01 April 2007 - 12:13 PM

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 :

#include "iostream"

using namespace std;

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

hope it solve ur problem... :P ;)




0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users