- Código: Seleccionar todo
main.cpp:4: error: first argument of 'int main(int*, char**)' should be 'int'
make: *** [compile] Error 1
el main.cpp es asi:
- Código: Seleccionar todo
#include <iostream>
#include <cstdlib>
using namespace std;
int main( int *argc, char *argv[] ){
return 0;
}
La verdad no tengo ni idea de que es lo que esta pasando...
De antemano gracias...