help for hindi programming

Posted by yogeshbablu on Stack Overflow See other posts from Stack Overflow or by yogeshbablu
Published on 2010-06-15T11:37:23Z Indexed on 2010/06/15 11:42 UTC
Read the original article Hit count: 107

Filed under:
#include<wchar.h>
#include<iostream>
using namespace std;
int main(int argc,char* argv[])
{

  fputws(L"?? ?? ?????? ????",stdout);
 return 0;
}

?? ?? ?????? ??? is displayed when i run it on ubuntu can anybody help me out?

© Stack Overflow or respective owner

Related posts about c++