Home > Back-end >  Kernel32. DLL! 7771 ef1c () [the framework below may not be correct and/or missing, not for kernel32
Kernel32. DLL! 7771 ef1c () [the framework below may not be correct and/or missing, not for kernel32

Time:09-24

 

Error: kernel32. DLL! 7771 ef1c ()
[the framework below may not be correct and/or missing, not for kernel32. DLL loading symbols]
# include
# include
using namespace std;

Int main ()
{
Int a [10], I, Max, order;
Ifstream infile (" D: \ \ lym_vs \ \ f1 dat ", the ios: : in);//define input file stream infile
//determine file can open
if(! Infile)
{cerr<" The open error!"
//file open success, read the file
for(i=0; I<10; I++)
{//cin and cout: standard input and output, input from the keyboard and output to the screen
//infile and outfile: file input and output, from a file input and output to a file
Infile> A, [I].
Cout}
Cout
//find out the number 10 in the largest, and the serial number of the array output largest
Max=a, [0].
The order=0;
for(i=1; 1<10; I++)
If (a [I] & gt; Max)
{Max=a [I]; The order=I; }
Cout<" Max="& lt; Cout<" The order="& lt;
Infile. Close ();
Cin. The get ();
return 0;
}

Excuse me what reason? Thank you all!

  • Related