C++ console output in Netbeans
When I run a C++ program in Netbeans on a Mac that has cout
or printf
statements the output is displayed in a terminal opened using X11. Is there a console built into Netbeans? If yes, how do I change the 开发者_运维技巧output to it?
Thanks, Spencer
Under Project Properties -> Run -> Console Type you can choose "Output Window" instead of External Terminal.
精彩评论