954,500 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

new c++ programer needs help

Hi
i am new programer in c++ and want somebody to show me the first step,
Thank you all :cheesy:

taimour
Newbie Poster
1 post since Aug 2004
Reputation Points: 10
Solved Threads: 0
 

#include //header file for basic input and output functions
void main() //main function
{
cout<<"Hello world"<

chound
Junior Poster
145 posts since Aug 2004
Reputation Points: 15
Solved Threads: 1
 

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

LuSiFeR
Newbie Poster
4 posts since Aug 2004
Reputation Points: 10
Solved Threads: 0
 
#include //header file for basic input and output functions void main() //main function { cout<<"Hello world"<
  • Please use code tags when posting code ().
  • #include is decprecated.
  • void main() is incorrect for a hosted implementation.
Dave Sinkula
long time no c
Team Colleague
5,058 posts since Apr 2004
Reputation Points: 2,780
Solved Threads: 314
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You