Showing posts with label Tutorial C plus plus. Show all posts
Showing posts with label Tutorial C plus plus. Show all posts

Today's Task is that i have to teach you cin object of iostream.
Cin is an object. It is one of the members of iostream family, and iostream is a header file.

#include<iostream.h>    // header file
#include<conio.h>        //  header file

void main()                  //  main function
{                                 //  Opening brackets of main function

       clrscr();               /*  clrscr function is used to clear the screen and it is good habit for programmers to                                           use that function in the start of every program.*/
       int var;                //   Variable Declaration
Posted by Unknown On Sunday, May 18, 2014 No comments READ FULL POST
From Today i have start a tutorials for you.
Today's Task is that i have to teach you a basic of C++.
Cout is an object. It is one of the members of iostream family, and iostream is a header file.

#include<iostream.h>    // header file
#include<conio.h>        //  header file

void main()                  //  main function
{                                 //  Opening brackets of main function

       clrscr();               /*  clrscr function is used to clear the screen and it is good habit for programmers to                                           use that function in the start of every program.*/
       int var;                //   Variable Declaration
       var = 1;              //   Value Assignment
Posted by Unknown On Sunday, May 18, 2014 No comments READ FULL POST
  • RSS
  • Delicious
  • Digg
  • Facebook
  • Twitter
  • Linkedin
  • Youtube

Like us

    as

    Contact Form

    Name

    Email *

    Message *