I'm making a console application receiving inputs from console window. If I use Eclipse for IDE, I can paste inputs to console window. But I can't paste inputs to console window if I use Visual C++ for IDE. Is there any way to paste inputs in console window made by Visual C++?
-
2You mean programmatically or manually? You may need to use pipes for stdout for former, and you may use right-click (on title bar), and using Edit menu.Ajay– Ajay2012年02月26日 08:42:36 +00:00Commented Feb 26, 2012 at 8:42
1 Answer 1
Click on the icon of console window Press Edit -> Paste
Benjamin Gruenbaum
278k90 gold badges524 silver badges524 bronze badges
answered Mar 14, 2015 at 20:50
Tim Denisenko
1411 silver badge5 bronze badges
Sign up to request clarification or add additional context in comments.
Comments
lang-cpp