943,807 Members | Top Members by Rank

Ad:
  • C++ Discussion Thread
  • Unsolved
  • Views: 2249
  • C++ RSS
Aug 7th, 2004
0

new c++ programer needs help

Expand Post »
Hi
i am new programer in c++ and want somebody to show me the first step,
Thank you all :cheesy:
Similar Threads
Reputation Points: 10
Solved Threads: 0
Newbie Poster
taimour is offline Offline
1 posts
since Aug 2004
Aug 7th, 2004
0

Re: new c++ programer needs help

#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
}
Reputation Points: 15
Solved Threads: 1
Junior Poster
chound is offline Offline
143 posts
since Aug 2004
Aug 7th, 2004
0

Re: new c++ programer needs help

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
Reputation Points: 10
Solved Threads: 0
Newbie Poster
LuSiFeR is offline Offline
4 posts
since Aug 2004
Aug 7th, 2004
0

Re: new c++ programer needs help

Quote 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.
Team Colleague
Reputation Points: 2780
Solved Threads: 312
long time no c
Dave Sinkula is offline Offline
4,790 posts
since Apr 2004

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in C++ Forum Timeline: Data validation
Next Thread in C++ Forum Timeline: Need Help: basic problems...





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC