|
|
От: |
php-coder
|
http://slava-semushin.blogspot.com |
| Дата: | 21.03.08 07:53 | ||
| Оценка: | |||
[c0der@xxx ~]$ cat wcout.cc
#include <iostream>
int main()
{
std::wcout << L"Hello world!" << std::endl;
return 0;
}
[c0der@xxx ~]$ g++ -W -Wall wcout.cc -o wcout
[c0der@xxx ~]$ ./wcout
Hello world![c0der@xxx ~]$ rpm -q gcc4.1-c++
gcc4.1-c++-4.1.2-alt1