n**d 发帖数: 9764 | 1 I got this error from VC++. By google, it seems a Microsoft bug. Any
solution?
D:\abc.cpp(8) : 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.
Here is the code. Line 8 starts by "friend"
1 #include
2 using namespace std;
3
4 class Integer {
5 long i;
6 public:
7 Int | p***o 发帖数: 1252 | 2
8.
};
【在 n**d 的大作中提到】 : I got this error from VC++. By google, it seems a Microsoft bug. Any : solution? : D:\abc.cpp(8) : 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. : Here is the code. Line 8 starts by "friend" : 1 #include
| n**d 发帖数: 9764 | 3 Thanks! You did find one error, but the VC++ compiler still has the same
error.
【在 p***o 的大作中提到】 : : 8. : };
|
|