Thread: euro currency sign €

  1. #1
    Registered User
    Join Date
    Aug 2001
    Posts
    11

    Angry euro currency sign €

    Where can I find the € character in VC6 ?
    My PC processes this character OK, exept I cannot find this
    character anywhere in VC6.

    Peter.

  2. #2
    of Zen Hall zen's Avatar
    Join Date
    Aug 2001
    Posts
    1,007
    The default font used in the VC++6.0 editor doesn't output the € symbol, but a non-printing character. However, you can still use this in any app you create, as long as you select a font that contains the character. I just tried Times New Roman and it the output was fine.

    Also you can change the font that VC++ 6.0 code editor uses by selecting Tools/Options/Format/Font.
    zen

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Basic C Help - Currency Converter
    By liljp617 in forum C Programming
    Replies: 9
    Last Post: 09-07-2008, 10:12 PM
  2. My own itoa()
    By maxorator in forum C++ Programming
    Replies: 18
    Last Post: 10-15-2006, 11:49 AM
  3. Newbie Help: Currency Converter
    By Ashfury in forum C Programming
    Replies: 10
    Last Post: 11-06-2005, 01:21 PM
  4. Help with variables (newbee)
    By stugatza in forum C Programming
    Replies: 7
    Last Post: 08-18-2004, 10:40 AM
  5. Currency Convertor
    By Dangerous Dave in forum C Programming
    Replies: 1
    Last Post: 11-14-2003, 06:44 AM