WORLD OF COMPUTERS
Would you like to react to this message? Create an account in a few clicks or log in to continue.

WORLD OF COMPUTERS


 
HomeLatest imagesSearchRegisterLog in

 

 Chapter 1.0: Building Your First Program

Go down 
3 posters
AuthorMessage
Crash




Posts : 15
Join date : 2010-08-21

Chapter 1.0: Building Your First Program Empty
PostSubject: Chapter 1.0: Building Your First Program   Chapter 1.0: Building Your First Program Icon_minitimeSat Aug 21, 2010 4:26 am

The code will be explained in next tutorial.

Source code:
Quote :

#include <iostream>
using namespace std;

int main()
{
cout << "Hello World!" << endl;
system("pause");
}
Back to top Go down
balanca




Posts : 2
Join date : 2010-08-21

Chapter 1.0: Building Your First Program Empty
PostSubject: Re: Chapter 1.0: Building Your First Program   Chapter 1.0: Building Your First Program Icon_minitimeSat Aug 21, 2010 5:22 am

i completely understand this, very good tutorials Smile.
Back to top Go down
afRicaN0




Posts : 1
Join date : 2010-08-21

Chapter 1.0: Building Your First Program Empty
PostSubject: Re: Chapter 1.0: Building Your First Program   Chapter 1.0: Building Your First Program Icon_minitimeSat Aug 21, 2010 5:30 am

great stuff.. it's really easy to understand Cool
Back to top Go down
Crash




Posts : 15
Join date : 2010-08-21

Chapter 1.0: Building Your First Program Empty
PostSubject: Re: Chapter 1.0: Building Your First Program   Chapter 1.0: Building Your First Program Icon_minitimeSat Aug 21, 2010 6:24 am

Thanks for great feedback.
Back to top Go down
Sponsored content





Chapter 1.0: Building Your First Program Empty
PostSubject: Re: Chapter 1.0: Building Your First Program   Chapter 1.0: Building Your First Program Icon_minitime

Back to top Go down
 
Chapter 1.0: Building Your First Program
Back to top 
Page 1 of 1
 Similar topics
-
» Chapter 1.1: Explaining Your First Program
» Chapter 1.6: Constants
» Chapter 1.2: Using Variables
» Chapter 1.4: Strings
» Chapter 1.3: Explaining Variables

Permissions in this forum:You cannot reply to topics in this forum
WORLD OF COMPUTERS :: Computer Programming :: C++-
Jump to: