C++ Borland Compiler
Posted: Mon Jun 23, 2003 2:58 am
I start using Borland Command Line Compiler with TextPad. But when I
write programs use "cin" to read console entry, output in the textpad is not sohwn. Like:
int a;
cout<<"Enter a unmer";
cin>>a;
cout<<"You Entered"<<a;
When I run this in console it works , but when I run this in textpad , it does not let me enter a number and it directly writes the
You Entered 8069560
write programs use "cin" to read console entry, output in the textpad is not sohwn. Like:
int a;
cout<<"Enter a unmer";
cin>>a;
cout<<"You Entered"<<a;
When I run this in console it works , but when I run this in textpad , it does not let me enter a number and it directly writes the
You Entered 8069560