User Name Password Register
DaniWeb IT Discussion Community
All
What is DaniWeb IT Discussion Community?
You're currently browsing the C++ section within the Software Development category of DaniWeb, a massive community of 456,495 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 2,709 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our C++ advertiser: Programming Forums
Views: 1716 | Replies: 3
Reply
Join Date: Aug 2004
Location: jordan
Posts: 1
Reputation: taimour is an unknown quantity at this point 
Rep Power: 0
Solved Threads: 0
taimour taimour is offline Offline
Newbie Poster

Help new c++ programer needs help

  #1  
Aug 7th, 2004
Hi
i am new programer in c++ and want somebody to show me the first step,
Thank you all :cheesy:
AddThis Social Bookmark Button
Reply With Quote  
Join Date: Aug 2004
Posts: 138
Reputation: chound is an unknown quantity at this point 
Rep Power: 5
Solved Threads: 1
chound chound is offline Offline
Junior Poster

Re: new c++ programer needs help

  #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  
Join Date: Aug 2004
Posts: 4
Reputation: LuSiFeR is an unknown quantity at this point 
Rep Power: 0
Solved Threads: 0
LuSiFeR LuSiFeR is offline Offline
Newbie Poster

Re: new c++ programer needs help

  #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  
Join Date: Apr 2004
Posts: 3,755
Reputation: Dave Sinkula is a glorious beacon of light Dave Sinkula is a glorious beacon of light Dave Sinkula is a glorious beacon of light Dave Sinkula is a glorious beacon of light Dave Sinkula is a glorious beacon of light Dave Sinkula is a glorious beacon of light 
Rep Power: 17
Solved Threads: 147
Colleague
Dave Sinkula's Avatar
Dave Sinkula Dave Sinkula is offline Offline
long time no c

Re: new c++ programer needs help

  #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.
Reply With Quote  
Reply

Only community members can participate in forum threads. You must register or log in to contribute.

DaniWeb C++ Marketplace
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)

 

Thread Tools Display Modes

Similar Threads
Other Threads in the C++ Forum

All times are GMT -4. The time now is 3:24 am.
Forum system based on vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC