User Profile
Collapse
-
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... -
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 ,...
No activity results to display
Show More
Leave a comment: