I installed netbeans C++ on windows 7 and used Cywgin4 as the compiler. When I run any program even a simple Hello world it does compile and run however I also get the error bel
I do not understand all the surrounding details of this problem as I am new to C/C++. However, if you:
Under this category, find the option called Console Type
and make sure that Standard Output
is selected as shown in the screenshot below:
I was having the same problems when the console type was selected as Internal Terminal
.
For my setup, changing this option to Standard Output
got rid of this error. However, I do not fully understand how this change affects the overall properties of my project. Wish you good luck.