CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Feb 2009
    Posts
    56

    Question For me please: Console display

    I display a console from a mfc application and all the text passed into the console screen are ugly
    Either TCHAR* or char* displays the texts salaciously ( I am learning to write difficult english ).

    Thank you
    -----

  2. #2
    Join Date
    Nov 2006
    Posts
    1,611

    Re: For me please: Console display

    I'm only guessing, but perhaps you need to set the locale to match your OS.
    If my post was interesting or helpful, perhaps you would consider clicking the 'rate this post' to let me know (middle icon of the group in the upper right of the post).

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured