hello!
well it a big problem now a day that people get overweight.........without any delay i would like to give u a simple method to loose ur weight.........what u need determination
here is your food to eat......
1)wake up early in morning and take 4 or 5 glasses of lemon water 2 or 3 hour before your breakfast.
2) don t bread slices ..take a glass of APPLE juice.....and some weat BRead
3) in afternoon just take vegitables..........
4) THE KEY TO LOST YOUR WEIGHT it realy works ...........before going to bed u must take 5 black SEEDS AND A TABLE SUPPON OF HONEY
SOON U WILL LOSE YOUR WEIGHT WITH THE HELP OF BLACK SEEDS AND HONEY........
I WISH YOU BEST OF YOUR HEALTH...........PLZ TRY IT IF WILL WORK.
Tuesday, September 8, 2009
learn C++part2
In this post we will study about integer,float,long,double etc
there different type of variable accournding to requirament.....
this is a simple program in which we will learn how to define varaiabels;
#include
#include
void main()
{
clrscr();
int a;
flaot b;
cout<<"enter number ";
cin>>a;
cout<<"enter second number";
cin>>b;
cout<<"you entered first number=\n"<cout<<"\nyou entered second number is-"<
getch();
}
-------------------------------------------------------------------
the output will be
enter number
4
enter second number
5.9
you entered first number=
4
you entered second number is 5.9
-------------------------------------------------------------------------
there different type of variable accournding to requirament.....
this is a simple program in which we will learn how to define varaiabels;
#include
#include
void main()
{
clrscr();
int a;
flaot b;
cout<<"enter number ";
cin>>a;
cout<<"enter second number";
cin>>b;
cout<<"you entered first number=\n"<cout<<"\nyou entered second number is-"<
getch();
}
-------------------------------------------------------------------
the output will be
enter number
4
enter second number
5.9
you entered first number=
4
you entered second number is 5.9
-------------------------------------------------------------------------
hello dear!
it in not difficult to learn C++ if you are getting right and useful information .i will try my best to provid you best and easiest way to learn c++.
first of all u have to download a compiler .you can easily download it free by searching from google..type "turbo c++" and then get it downloaded....
lets start our c++...
it is our first program..it is a simple program and the purpose is leaning....
---------------------------------------------------------------------------------------------
# include
#include
void main( )
{
clrscr();
cout<<"this is my first program";
getch();
}
--------------------------------------------------------------------------------------
the output of this program will be as follow:
-----------------------------------------------------------------------------------------
this is my first progarm
------------------------------------------------------------------------------------------
this a simple program in which the #include is a library through which will understand what is meant by COUT and CIN
in c++ we use CIN to get data and cout to show data..
for cin and cout we must include iostream library.
the second library is conio.h
which is for getch();
when the result is displayed on screen .....due to conio.h it will be displayed as long as u will not enter button...
otherwise it will be suddenly shown and disappeared.......
if u will write any this is inverted commos it will be printed out as it was written............
this is first simple lecture ........see u in next program.......
it in not difficult to learn C++ if you are getting right and useful information .i will try my best to provid you best and easiest way to learn c++.
first of all u have to download a compiler .you can easily download it free by searching from google..type "turbo c++" and then get it downloaded....
lets start our c++...
it is our first program..it is a simple program and the purpose is leaning....
---------------------------------------------------------------------------------------------
# include
#include
void main( )
{
clrscr();
cout<<"this is my first program";
getch();
}
--------------------------------------------------------------------------------------
the output of this program will be as follow:
-----------------------------------------------------------------------------------------
this is my first progarm
------------------------------------------------------------------------------------------
this a simple program in which the #include
in c++ we use CIN to get data and cout to show data..
for cin and cout we must include iostream library.
the second library is conio.h
which is for getch();
when the result is displayed on screen .....due to conio.h it will be displayed as long as u will not enter button...
otherwise it will be suddenly shown and disappeared.......
if u will write any this is inverted commos it will be printed out as it was written............
this is first simple lecture ........see u in next program.......
Subscribe to:
Comments (Atom)