Eclipse does not show any output for c++. and if i terminate it ,show all printf statements and if i run .exe file in cmd it runs normally -


include

int main(){ float balance;

printf("\nenter balance ($) : "); scanf("%f",&balance);    return 0; 

} not running on eclipse

not running on cmd


Comments

Popular posts from this blog

c++ - CPP, 'X' button listener -

shared memory - gstreamer shmsrc and shmsink with h264 data -

.net - Bulk insert via Dapper is slower than inserting rows one-by-one -