c++ - Redirect command prompt output to output window in Visual studio 2012 -


how can redirect printed onto command prompt printed onto output window in visual studio 2012? looking console shown in eclipse.

i developing console application in visual c++.

i tried "using namespace system::diagnostic" way don't see debug.writeline in suggestions. other alternative have?

this question answered here. anyway should try work different approach, may used eclipse believe, used visual studio soon. never needed redirect console output output window.

these 2 types of outputs has different purposes. console output intended application (customer) , 1 output window intended debugging purposes. don't want release debug messages customer. right? don't want delete or comment out debug messages every time release software.


Comments

Popular posts from this blog

python - mat is not a numerical tuple : openCV error -

c# - MSAA finds controls UI Automation doesn't -

wordpress - .htaccess: RewriteRule: bad flag delimiters -