new c++ programer needs help

Please support our C++ advertiser: Intel Parallel Studio Home
Reply

Join Date: Aug 2004
Posts: 1
Reputation: taimour is an unknown quantity at this point 
Solved Threads: 0
taimour taimour is offline Offline
Newbie Poster

new c++ programer needs help

 
0
  #1
Aug 7th, 2004
Hi
i am new programer in c++ and want somebody to show me the first step,
Thank you all :cheesy:
Reply With Quote Quick reply to this message  
Join Date: Aug 2004
Posts: 140
Reputation: chound is an unknown quantity at this point 
Solved Threads: 1
chound chound is offline Offline
Junior Poster

Re: new c++ programer needs help

 
0
  #2
Aug 7th, 2004
#include<iostream.h> //header file for basic input and output functions
void main() //main function
{
cout<<"Hello world"<<endl; //prints out "Hello world" and endl clears the stream
}
Reply With Quote Quick reply to this message  
Join Date: Aug 2004
Posts: 4
Reputation: LuSiFeR is an unknown quantity at this point 
Solved Threads: 0
LuSiFeR LuSiFeR is offline Offline
Newbie Poster

Re: new c++ programer needs help

 
0
  #3
Aug 7th, 2004
Hey,
As for me go to www.about.com & read their tutorial on c++, just about first 10 lessons & then ask exact questions ))
IMHO tutorial is pretty good
Reply With Quote Quick reply to this message  
Join Date: Apr 2004
Posts: 4,361
Reputation: Dave Sinkula has a brilliant future Dave Sinkula has a brilliant future Dave Sinkula has a brilliant future Dave Sinkula has a brilliant future Dave Sinkula has a brilliant future Dave Sinkula has a brilliant future Dave Sinkula has a brilliant future Dave Sinkula has a brilliant future Dave Sinkula has a brilliant future Dave Sinkula has a brilliant future Dave Sinkula has a brilliant future 
Solved Threads: 240
Team Colleague
Dave Sinkula's Avatar
Dave Sinkula Dave Sinkula is offline Offline
long time no c

Re: new c++ programer needs help

 
0
  #4
Aug 7th, 2004
Originally Posted by chound
#include<iostream.h> //header file for basic input and output functions
void main() //main function
{
cout<<"Hello world"<<endl; //prints out "Hello world" and endl clears the stream
}
  1. Please use code tags when posting code ().
  2. #include<iostream.h> is decprecated.
  3. void main() is incorrect for a hosted implementation.
"One of the methods used by statists to destroy capitalism consists in establishing controls that tie a given industry hand and foot, making it unable to solve its problems, then declaring that freedom has failed and stronger controls are necessary." --Ayn Rand
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Similar Threads
Other Threads in the C++ Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC