Compiling cpp code in netbeans produce errors, how to solve it ?
- by Rupertt Wind
i use the netbeans with MinGW and MYSY make /debugger but when i compile a basic cpp code in it and run it it produces two erorrs
this is the code runned and the output![alt text][1] box
#include <iostream>
void main()
{
cout << "Hello World!" << endl;
cout << "Welcome to C++ Programming" << endl;
}
output…