|
Blue Forest http://www.lslnet.com at 10:18 on June 6, 2006
C + + compiler problems.
#include "Iostream.h>;
Main () (
Cout<< "Panorama, good guy. "" <endl;
Return 0
}
$ Linux test.cpp
In file included from /usr/include/c++/3.2/backward/iostream.h:31.
From test.cpp:1 :
This fi #warning /usr/include/c++/3.2/backward/backward_warning.h:32:2 : warning :
Le includes at least one deprecated or antiquated header. Please consider using
One of the 32 headers found in section 17.4.1.2 of the C + + standard. Examples in
Clude substituting the "X>; header for the" Xh>; header for C + + includes, or "sst
Ream>; instead of the deprecated header "strstream.h>;. To disable this warning u
E -Wno-deprecated.
This is how it all about? I greenhorn not know very much about.
By Frank. |
C + + compiler problems.
#include "Iostream.h>;
Using namespace std; |
C + + compiler problems.
Explain?
As above or not. |
C + + compiler problems.
[code]
#include "Iostream.h>;
Using namespace std;
Main () (
Cout<< "Panorama, good guy. "" <endl;
Return 0
}
[/code]
In the Forum have already answered this question many times
Your own room and look |
C + + compiler problems.
#include "Iostream>;
~~~~~~~~
Using namespace std; |
C + + compiler problems.
Zhiding have answered in the FAQ
FAQ No. 170 |
C + + compiler problems.
Thank you too.
I did not properly check the translation of my own. /a.out
Asked only for a moment. Really very sorry. :) |
| |