Embarcadero / Dev-Cpp

A fast, portable, simple, and free C/C++ IDE
https://www.embarcadero.com/free-tools/dev-cpp
GNU General Public License v2.0
2.43k stars 266 forks source link

compiler issue #232

Open michael-ifeanyichukwu opened 2 years ago

michael-ifeanyichukwu commented 2 years ago

My compiler isn't compiling whenever i want to get input from the user (cin) but it does when i want to display output (cout). If i write the program the following programs. int age; cout<<"enter your age: \n"; cin>>age; it only prints out enter your name: with out collecting input from the user. Looking forward to hearing from you with help in relation to my problem. Thankyou