Thread: spanish character output ansii

  1. #1
    Registered User
    Join Date
    Jul 2002
    Posts
    6

    Question spanish character output ansii

    Hi there,

    Does somebody know how i can create a spanish n~ or e' in just one character. I am using an american standard keyboard but like to be able to create spanish characters in a DOS program. I like to write a function in c++ that will be able to output a spanish character to the screen by first pressing the 'n' and then the '\'. It will some kind of grammar program. The problem is that i dont know what number or code the n~ or the e' has in ansii. Does somebody know how to solve this problem??

    Grtzz
    Last edited by nijmegen; 07-22-2002 at 08:21 AM.

  2. #2
    Akilla
    Guest

    check windows character map

    é - Alt + 0233
    ñ - Alt + 0241

    check windows character map for more..

    hope this helped.

    MY HOMEPAGE www.akilla.tk

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 11
    Last Post: 10-07-2008, 06:19 PM
  2. Game Pointer Trouble?
    By Drahcir in forum C Programming
    Replies: 8
    Last Post: 02-04-2006, 02:53 AM
  3. Please Help - Problem with Compilers
    By toonlover in forum C++ Programming
    Replies: 5
    Last Post: 07-23-2005, 10:03 AM
  4. Replies: 3
    Last Post: 11-03-2002, 02:14 AM
  5. How do I output one character??
    By kia_1998 in forum C++ Programming
    Replies: 1
    Last Post: 10-29-2001, 10:46 PM