Thread: C Datatype WCHAR

  1. #1
    Registered User
    Join Date
    Nov 2002
    Posts
    14

    C Datatype WCHAR

    This one is driving me crazy

    is there a C++ equivalent for the WCHAR datatype?

  2. #2
    Registered User
    Join Date
    Nov 2002
    Posts
    491
    WCHAR, The win32 type? Unix type?

    If in Unix, then, according to stdlib.h, wchar_t is a built in type. If you are talking abouta WCHAR in Win32, then a WCHAR is just a simple typedef and is it's own equivalent...
    Last edited by orbitz; 11-29-2002 at 05:53 PM.

  3. #3
    Registered User
    Join Date
    Nov 2002
    Posts
    14
    win32 vc 6
    i was told vc 6 didnt comply to ansi standard for
    wchar..
    ive upgraded to vc 7
    and gonna give that a try now

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Datatype
    By ssharish2005 in forum C Programming
    Replies: 6
    Last Post: 08-04-2008, 12:53 PM
  2. about byte datatype
    By harish13 in forum C Programming
    Replies: 6
    Last Post: 07-20-2006, 01:25 PM
  3. strstr on a wchar array
    By cloudy in forum C++ Programming
    Replies: 5
    Last Post: 06-28-2006, 06:42 AM
  4. WChar to char
    By MK4554 in forum C++ Programming
    Replies: 19
    Last Post: 04-20-2006, 12:14 AM
  5. char to WCHAR
    By pinkcheese in forum Windows Programming
    Replies: 5
    Last Post: 07-28-2002, 06:50 PM