C language > Pocket PC and Smartphone questions

Convert wint_t to wide character

(1/1)

gromit:
Hi All
working in middle of a text file trying to read in wide characters at known wide len as set
by wcslen(
while (( wc = fgetwc( fp )) != WEOF )
      {
        x++;
      // ... process each wide character read ...
       // THIS LINE WONT WORK COS TRYING TO ASSIGN AN wint_t TO A WIDE                   
                       wcscat(notestr,wc);
          if ( x==charcount)
                      break;


      }

any help would be great thanks

arez9438:
Obviously a lot to be said for a better understanding of formatting text.

Persay:
yep that said

Navigation

[0] Message Index

Go to full version