He intentado todo, desde leer la ayuda de Netbeans hasta navegar en Google. Este código funciona bien en Dev-Cpp pero no en Netbeans 6.5.1. Netveans también lugares y signo de exclamación junto a #include <iostream>
la que he comprobado y está en la ruta de inclusión de NetBeans y se encuentra en la carpeta incluir:Error del compilador de C++ en netbeans
#include <iostream>
int main() {
std::cout << "Test" << "\n";
return (0);
}
Mis herramientas de construcción se establecen en:
Familia: MinGW
Directorio Base: C:\Dev-Cpp\bin
compilador de C: C:\Dev-Cpp\bin\gcc.exe
C++ Compiler: C:\Dev-Cpp\bin\g++.exe
Fortran Compiler: C:\Dev-Cpp\bin\g77.exe
comando make: C:\Dev-Cpp\bin\make.exe
depurador Comando: C:\Dev-Cpp\bin\gdb.exe
me sale error:
Running "C:\Dev-Cpp\bin\make.exe -f Makefile CONF=Debug" in C:\Documents and Settings\Babiker\Desktop\Temp\Test
! was unexpected at this time.
C:\Dev-Cpp\bin\make.exe: *** [.validate-impl] Error 255
Build failed. Exit value 2.