c++ - visual studio 2015 console does not wait for key -


using ctrl+f5, program finishes , console closes without waiting input. cannot use

int tmp; cin>>tmp;    

i had ticked option in vs2013 makes console wait key, can't find in vs2015.

ensure project has "subsystem" property set "console". can found in project properties under linker > system.


Comments

Popular posts from this blog

sql server - Cannot query correctly (MSSQL - PHP - JSON) -

C++ Linked List -