Thread: small question

  1. #1
    Registered User
    Join Date
    Apr 2005
    Posts
    1

    small question

    i am trying to display a £ sign in microsoft visual c++ 6 and all that is displayed is a strange charicter can any body help as i am new to c
    Last edited by deco5; 04-25-2005 at 05:09 PM.

  2. #2
    Registered User mrafcho001's Avatar
    Join Date
    Jan 2005
    Posts
    483
    well its a bit different in MS_DOS.. it just looks different.. thts about it..

    Code:
    char(156)
    that shoul display it..

  3. #3
    Registered User
    Join Date
    Apr 2005
    Posts
    5
    Yea just find the ASCII number for the symbol and use that. For hit Alt+156 on your number pad and it displays the £. Same concept.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Question...
    By TechWins in forum A Brief History of Cprogramming.com
    Replies: 16
    Last Post: 07-28-2003, 09:47 PM
  2. Hi all, I have a small question...
    By Pandora in forum Windows Programming
    Replies: 3
    Last Post: 03-16-2003, 06:21 AM
  3. opengl DC question
    By SAMSAM in forum Game Programming
    Replies: 6
    Last Post: 02-26-2003, 09:22 PM
  4. A small Question
    By CodeJerk in forum C++ Programming
    Replies: 2
    Last Post: 11-20-2002, 09:08 AM
  5. Very simple question, problem in my Code.
    By Vber in forum C Programming
    Replies: 7
    Last Post: 11-16-2002, 03:57 PM