Ask Experts Questions for FREE Help !
Ask
    albear's Avatar
    albear Posts: 1,594, Reputation: 222
    Ultra Member
     
    #1

    Jul 31, 2007, 03:22 PM
    How do I get this character
    Its like a 1 but with the line at the top pointing horizontally left

    Or

    Rotate an L by 180 degrees and it looks like that
    Lenovo's Avatar
    Lenovo Posts: 180, Reputation: 14
    Junior Member
     
    #2

    Jul 31, 2007, 03:52 PM
    Click the start button on your computer, click programs, then accessories, then system tools, and use the character map, it might be on that.
    albear's Avatar
    albear Posts: 1,594, Reputation: 222
    Ultra Member
     
    #3

    Jul 31, 2007, 03:57 PM
    I think I found it but imnot sure ‫ how to transfer it to see if my programme works with it‫‫‫‬‫
    albear's Avatar
    albear Posts: 1,594, Reputation: 222
    Ultra Member
     
    #4

    Jul 31, 2007, 04:08 PM
    Any programmers out there know how?
    benn11's Avatar
    benn11 Posts: 1,036, Reputation: 43
    Ultra Member
     
    #5

    Aug 1, 2007, 04:02 AM
    Check out this website might help >>
    Curlyben's Avatar
    Curlyben Posts: 18,514, Reputation: 1860
    BossMan
     
    #6

    Aug 1, 2007, 04:06 AM
    Do you mean this one:¬?

    If so it's on the key to the LEFT of the number 1 at the top of the keyboard.
    Simply press Shift and that key.
    asterisk_man's Avatar
    asterisk_man Posts: 476, Reputation: 32
    Full Member
     
    #7

    Aug 1, 2007, 09:09 AM
    Not sure what you mean curlyben, ¬ is not on my keyboard directly to the left of the number 1. to the left of the 1 on my (US English) keyboard I have `(grave accent) and ~ (tilde) if you hit shift. ¬ is not on my keyboard. In windows we have the Character Map program (probably under Accessories:System Tools) and it tells me that ¬ is called "Not Sign" and that you can get it by pressing and holding the alt key and then pressing 0172 and releasing alt. Also, from Ascii Table - ASCII character codes and html, octal, hex and decimal chart conversion I can tell you that it's ascii character 170. In c, to use it as a char you would
    Code:
    char a;
    a=170;
    //or maybe
    a='¬';
    To use it in a string I think you would
    Code:
    char s[10];
    //\xAA is giving the hexadecimal version of 170 which is AA
    s="1234\xAA6789\0";
    
    //or maybe even 
    
    s="1234¬6789";
    Which I believe will become "1234¬6789"
    You can probably extrapolate from that if you're using some other type of string.

    Hope this helps a little. Ask if something isn't clear.
    albear's Avatar
    albear Posts: 1,594, Reputation: 222
    Ultra Member
     
    #8

    Aug 1, 2007, 11:23 AM
    I found it, asked a friend o'mine turns out it was a wierdly shapped l, (on my keyboard ¬ is next to 1 and below Esc)
    NeedKarma's Avatar
    NeedKarma Posts: 10,635, Reputation: 1706
    Uber Member
     
    #9

    Aug 1, 2007, 11:30 AM
    All the codes you need are here: Ascii Table - ASCII character codes and html, octal, hex and decimal chart conversion
    NeedKarma's Avatar
    NeedKarma Posts: 10,635, Reputation: 1706
    Uber Member
     
    #10

    Aug 1, 2007, 11:31 AM
    Quote Originally Posted by albear
    i found it, asked a friend o'mine turns out it was a wierdly shapped l, (on my keyboard ¬ is next to 1 and below Esc)
    Do you mean the tilde? "~"
    albear's Avatar
    albear Posts: 1,594, Reputation: 222
    Ultra Member
     
    #11

    Aug 1, 2007, 11:37 AM
    ? No it was the style of writing in my kit just made it look like a 1 but it was a lower case L
    asterisk_man's Avatar
    asterisk_man Posts: 476, Reputation: 32
    Full Member
     
    #12

    Aug 1, 2007, 12:01 PM
    I guess there's this in UK


    But this in US:
    albear's Avatar
    albear Posts: 1,594, Reputation: 222
    Ultra Member
     
    #13

    Aug 1, 2007, 12:03 PM
    Cool, (I see the us version ignores the £ sign)
    NeedKarma's Avatar
    NeedKarma Posts: 10,635, Reputation: 1706
    Uber Member
     
    #14

    Aug 1, 2007, 12:19 PM
    It all makes sense now. It depends on the mapping of your keyboard (selection of country codes).
    Emland's Avatar
    Emland Posts: 2,468, Reputation: 496
    Ultra Member
     
    #15

    Aug 1, 2007, 12:29 PM
    What is the proper use for the "tilde" and the other thing the OP asked about? (what is it called again?)
    NeedKarma's Avatar
    NeedKarma Posts: 10,635, Reputation: 1706
    Uber Member
     
    #16

    Aug 1, 2007, 01:15 PM
    The tilde is used often in PC games ot access the console. But in regular use: Tilde - Wikipedia, the free encyclopedia

    I only ever use it to represent an approximation, to say "it's around $5" or ~$5.
    Curlyben's Avatar
    Curlyben Posts: 18,514, Reputation: 1860
    BossMan
     
    #17

    Aug 1, 2007, 01:17 PM
    I know what you mena it's called a pipe.
    This one: |
    It's on the backslash key.
    Simply Shift + \

Not your question? Ask your question View similar questions

 

Question Tools Search this Question
Search this Question:

Advanced Search


Check out some similar questions!

Need a name for a character [ 12 Answers ]

If anyone can help please help soon! I'm writing a script and I need a character name. She's a young girl around 15/16. Very pretty. She is very passionate and is ignorant of her extreme power. She is witty and full of fire....I was thinking something like Shea, or Kyri but they seemed to plain...

Character and personality [ 3 Answers ]

What is the difference between character and personality? Character - the distinguishing attributes of a person. http://www.wordsmyth.net/live/home.php Personality - collective characteristic qualities of a person. http://www.wordsmyth.net/live/home.php

What's the name of this Character? [ 6 Answers ]

As I was rummaging through the basement today, I came across an action figure that I haven't seen in years. I don't recall where I got it, and I don't regognize it. It's a man (or manlike creature) with green, metallic skin. Its got pointed ears and a black mustache that reaches from its nose to...

Character actors [ 3 Answers ]

This character actor, a favorite of directors Sam Peckinpah and Francis Ford Coppola, also appeared in films by Sergio Leone and Robert Wise. Name him.

Character names [ 2 Answers ]

I need help creating names for different characters in a story. I need five names appropriate for the 16th century. Male or female, it doesn't matter. Also, with thoe names I need a short description describing their personality


View more questions Search