MSVC 2010: Allow right-click menu in console during input
Posted
by I still play and love Oblivion
on Stack Overflow
See other posts from Stack Overflow
or by I still play and love Oblivion
Published on 2010-05-01T20:24:49Z
Indexed on
2010/05/01
20:27 UTC
Read the original article
Hit count: 240
When I call cin
or getline
with cin in my Visual Studio 2010 C++ app, I can enter something in the console (as it should be), but the right-click context menu is "blocked". It doesn't appear - this means I and my clients are not able to use copy and paste.
- How to enable the context menu in the console with cin?
© Stack Overflow or respective owner