HI!!!
Do any of you experts know how I can display '±' symbol on the screen.
Thanks
This is a discussion on Display plus/minus symbol?? within the C Programming forums, part of the General Programming Boards category; HI!!! Do any of you experts know how I can display '±' symbol on the screen. Thanks...
HI!!!
Do any of you experts know how I can display '±' symbol on the screen.
Thanks
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®
Thanks guys!!!!
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.
Better yet, write a program that outputs them for you.