PDA

View Full Version : Erroe in Compilazione C++ HELP ME


shadow76it
03-09-2002, 21:54
questo è l'errore quando bildo il programma che ho scritto
Compiling...
v1.cpp
C:\DOCUME~1\antonio\IMPOST~1\Temp\a00520if(35) : fatal error C1001: INTERNAL COMPILER ERROR
(compiler file 'msc1.cpp', line 1786)
Please choose the Technical Support command on the Visual C++
Help menu, or open the Technical Support help file for more information
Error executing cl.exe

il programma è:

#include <iostream.h>
#include <iomanip.h>
#include <stdio.h>

main ()
{
int i,vet[5];

cout<<"inserisci il primo elemento del vettore: "<<endl;
cin>>r>>endl;

for ( i=0; i<5; i++);

cout<<setw(7) << i <<setw(13)<<vet[i] << endl;

return 0;
}

Grazie a tutti ciao ciao aspetto vostri aiuti