User Profile

Collapse

Profile Sidebar

Collapse
Gureet Singh
Gureet Singh
Last Activity: Oct 2 '06, 11:48 PM
Joined: Oct 2 '06
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Gureet Singh
    replied to Console output
    in C
    you are right, I'm using Windows Xp. Can you please tell me which function I need to use? thanx for you reply. I apriciate for your time...
    See more | Go to post

    Leave a comment:


  • Gureet Singh
    started a topic Console output
    in C

    Console output

    Hi This is my first day with C++.
    Iwas running the following program

    #include<iostre am.h>
    #include<conio. h>
    main()
    {
    int x,y,z;
    cout<< " input x,y \n";
    cin>> x >> y;
    z=x+y;
    cout<< " z=" <<z<<"\n";
    getch();
    }
    Problem: when I'm the Running the program using ctrl F9 in DOS ,...
    See more | Go to post
No activity results to display
Show More
Working...