C ++ console output in Netbeans

When I run a C ++ program on Netbeans on a Mac with cout or printf statements, the output is output to a terminal opened with X11. Is there a console built into Netbeans? If so, how can I change the output to it?

Thanks Spencer

+7
c ++ console netbeans
source share
1 answer

In the section "Project Properties" → "Run" → "Console Type" you can select the "Output Window" instead of the external terminal.

+10
source share

All Articles