A
abbu
int main()
{
wchar_t p[]="Good Morning";
}
How to use cout on p.
That is, can I use cout<<p;
It's not working.
Can anybody suggest how to use cout on wchar_t type strings?
Thanks
Vignesh
{
wchar_t p[]="Good Morning";
}
How to use cout on p.
That is, can I use cout<<p;
It's not working.
Can anybody suggest how to use cout on wchar_t type strings?
Thanks
Vignesh