This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
G'day all!
THE CODE: --------- #include <iostream>
int main() { std::wcout << std::endl; }
THE ERROR: ---------- $ g++ a.cpp a.cpp: In function `int main()': a.cpp:6: error: `wcout' undeclared in namespace `std'
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |