Dharmendra Bhojwani
2006-10-23 09:53:12 UTC
Hi everybody,
If i compiler a code like...
#include <iostream>
using namespace std;
int main()
{
wcout<<"Hello world"<<endl;
return 0;
}
... it compiles properly with macro -D_GLIBCXX_USE_WCHAR_T
But gives link time error , i don't think that there is an implementation available in library but do we have work around for this ?
Thanks
---------------------------------
Yahoo! Messenger with Voice. Make PC-to-Phone Calls to the US (and 30+ countries) for 2ยข/min or less.
If i compiler a code like...
#include <iostream>
using namespace std;
int main()
{
wcout<<"Hello world"<<endl;
return 0;
}
... it compiles properly with macro -D_GLIBCXX_USE_WCHAR_T
But gives link time error , i don't think that there is an implementation available in library but do we have work around for this ?
Thanks
---------------------------------
Yahoo! Messenger with Voice. Make PC-to-Phone Calls to the US (and 30+ countries) for 2ยข/min or less.