Re: The '|' character on mac
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.
|
_______________________________________________
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