CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: saqibmaqbool

Search: Search took 0.01 seconds.

  1. Re: how to read a wide charcter one by one from a *.txt file in c++

    thanks a lot sir, i am working on it...
  2. Re: how to read a wide charcter one by one from a *.txt file in c++

    kindly check the zipped files with name: Desktop.rar appearing just above the image and kindly let me know some solution
  3. Re: how to read a wide charcter one by one from a *.txt file in c++

    30385

    these are the files,

    thanks for your patience and sorry for late sending you files as net is having problem
  4. Re: how to read a wide charcter one by one from a *.txt file in c++

    30381
    i have attatched the input and output file so kindly have a look on that. it is strange that when i do not write new line character or "endl" after outputfile<<arry[i]; then the input...
  5. Re: how to read a wide charcter one by one from a *.txt file in c++

    NO, values of array[i] are not correct. these values must be unicode (utf-8) values. but these values are some rough digits
  6. Re: how to read a wide charcter one by one from a *.txt file in c++

    l though i have got your point but even when i put condition for "i" as

    while(i<=30)
    {
    arry[i] = inputfile.get();
    outputfile<<arry[i];
    i++;
    }
    but characters are still not being displayed in...
  7. how to read a wide charcter one by one from a *.txt file in c++

    i am working to make a translating software from an Urdu sentence into Hindi and vice versa, i am using visual c++ 2010 software with c++ language. i have written an Urdu sentence in a text file. now...
Results 1 to 7 of 7





Click Here to Expand Forum to Full Width

Featured