• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: The '|' character on mac
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: The '|' character on mac


  • Subject: Re: The '|' character on mac
  • From: Adin Hunter Baber <email@hidden>
  • Date: Thu, 13 Oct 2005 00:34:24 -0500


On 2005 Oct 12, at 9:06 PM, Sigurd Lerstad wrote:

Hello,
 
I'm having a bit of a problem, I can't find the '|' (OR) key on my old mac (not the same keyboard as pc), I get ' instead of |. Also the trigraph sequence ??! which should correspond to | in a c++ compiler doesn't seem to work either (but I'd rather find the key on the keyboard)
 
thanks, I really need help.
 
--
Sigurd Lerstad
 

Instead of using trigraphs, you can use the C++ keywords:
Keyword          equivalent
and                   &&
and_eq            &=
bitand               &
bitor                  |
compl               ~
not                    !
not_eq             !=
or                      ||
or_eq               |=
xor                    ^
xor_eq             ^=

These were added so people wouldn't have to worry about keyboard missing the appropriate keys, or have to rely on trigraphs.


Adin Hunter Baber
email@hidden



 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

References: 
 >The '|' character on mac (From: "Sigurd Lerstad" <email@hidden>)

  • Prev by Date: java debugger
  • Next by Date: Re: The '|' character on mac
  • Previous by thread: Re: The '|' character on mac
  • Next by thread: Fat Jar
  • Index(es):
    • Date
    • Thread