First C++ Program

Posts 115 of 29 · Page 1 of 2
First C++ Program
Hi !
Here you will make your first C++ program. I will tell you what to do step by step for makeing your first program.
In this program i mean something simple like "Hello World" or "That's my first program"

First of all you have to download Turbo C++ IDE . It is attached so you have to wait to be approved.

Instruction of Install:

You have to download the attachments and extract the files.
After that go to C++ folder and start INSTALL aplication.
The program will install in TC folder.
Go to TC , BIN folder and start TC.exe

Now you will start to learn a programming language

Write down those:

Code:
#include <iostream.h>
#include <conio.h>

void main()
{
           clrscr();
           cout << "That is MPGH";
           getch();
}
After that I'll explain you what means everything.


#include <iostream.h>
That is using for cout.


#include <conio.h>
That is using for clrscr(); and getch();

void main();
That is using to start main functions.

clrscr();
That is using to clear the screen.

cout<<"";
That is using to write something in the program.

getch ();
That is using for going out of program.


How to run the program?
Simply pressing Ctrl+F9 , Run Option!

Virus scan added by Liz
Virus Total

That's all for today , I will come back everyday till you will learn C++ .
Tell me if you have problem and don't forget to press thanx.
C++.rarattachment deleted · 62 downloads before removal
Approved... Virus scan added.
Good Job Bro i like this tut useful for begginers on c++
Yeah Nice Job
Good job
I was going to start doing C++/VB Tutorials but I had haters on my first one.
Some coders cant make hello world program all bases are leeched...
Quote Originally Posted by CheatCreatorzz View Post
Some coders cant make hello world program all bases are leeched...
Look who is talking hhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh


you are a leecher and you'r base two

if it wasn't you would answer my qustion you leecher but thanks i already got the proof
Quote Originally Posted by sh_z_sektor View Post
Look who is talking hhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh


you are a leecher and you'r base two

if it wasn't you would answer my qustion you leecher but thanks i already got the proof
lately,didnt make a Public hack, i dont give credits, i dont use my base
when i open TC my screen gets black for 3 seconds and then nothing
will i might learn frome you

But

make video or screen shots better than talking

thats for me

and ty
This is not useful, Begginers cant learn with this o.o
Just use GOOGLE.COM
i like it.. nice job
this shit is not working for me
umm its a bit confusing and i dont get what to do. HELP!!!



I dont think something is right
Posts 115 of 29 · Page 1 of 2

Post a Reply

Tags for this Thread

None

Need help?