Search:
Forum
Beginners
how do i type logical or operator?
how do i type logical or operator?
Sep 29, 2012 at 3:57pm UTC
Yangfizz
(41)
everytime i try to type it out i'll have to google it and then copy and paste.
Sep 29, 2012 at 4:02pm UTC
JellyFox
(35)
On a US keyboard: It's three keys to the right of the 'P' key (hold Shift).
On a Danish keyboard: It's one key above, and one to the right, of the Å key (hold AltGr).
Sep 29, 2012 at 4:22pm UTC
cire
(8284)
If your keyboard doesn't have the character required using
or
as in
if
(x<y or y==x)
is perfectly acceptable.
Last edited on
Sep 29, 2012 at 4:22pm UTC
Sep 29, 2012 at 4:40pm UTC
Yangfizz
(41)
thank you.
Topic archived. No new replies allowed.
C++
Information
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs