Thread: Display plus/minus symbol??

  1. #1
    Registered User
    Join Date
    Nov 2006
    Posts
    224

    Cool Display plus/minus symbol??

    HI!!!

    Do any of you experts know how I can display '±' symbol on the screen.

    Thanks

  2. #2
    ex-samurai §áßø†æ™'s Avatar
    Join Date
    Nov 2006
    Location
    England
    Posts
    18
    char 241

  3. #3
    Devil's Advocate SlyMaelstrom's Avatar
    Join Date
    May 2004
    Location
    Out of scope
    Posts
    4,079
    Though I believe all ASCII characters above 127 may vary depending on the system, so I guess use at your own caution.
    Sent from my iPad®

  4. #4
    Registered User
    Join Date
    Nov 2006
    Posts
    224

    Thumbs up

    Thanks guys!!!!

  5. #5
    ATH0 quzah's Avatar
    Join Date
    Oct 2001
    Posts
    14,826
    Why don't you stop asking about every single extended character one at a time, and just look for a chart of them all? As it's been stated, they are system and locale specific.


    Quzah.
    Hope is the first step on the road to disappointment.

  6. #6
    Registered User OnionKnight's Avatar
    Join Date
    Jan 2005
    Posts
    555
    Better yet, write a program that outputs them for you.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Compiling sample DarkGDK Program
    By Phyxashun in forum Game Programming
    Replies: 6
    Last Post: 01-27-2009, 03:07 AM
  2. Including lib in a lib
    By bibiteinfo in forum C++ Programming
    Replies: 0
    Last Post: 02-07-2006, 02:28 PM
  3. Stupid compiler errors
    By ChrisEacrett in forum C++ Programming
    Replies: 9
    Last Post: 11-30-2003, 05:44 PM
  4. Linking error
    By DockyD in forum C++ Programming
    Replies: 10
    Last Post: 01-20-2003, 05:27 AM
  5. <list>
    By Unregistered in forum C++ Programming
    Replies: 9
    Last Post: 02-24-2002, 04:07 PM