Thread: boolean functions

  1. #1
    Registered User
    Join Date
    Feb 2002
    Posts
    33

    boolean functions

    does anyone have a list of boolean functions, or a link to one?
    just simple stuff like a > 1, and < 2. and being the function I need to know, etc. thanks
    Last edited by Dummies102; 02-25-2002 at 12:10 PM.

  2. #2
    Fingerstyle Guitarist taylorguitarman's Avatar
    Join Date
    Aug 2001
    Posts
    564
    :: raised one eyebrow ::

    Do you mean boolean operators?

    Like
    && and
    || or
    != not equal
    == equal
    <= less than or equal
    >= greater than or equal
    > greater than
    < less than
    ! not

    I guess I don't understand why you need functions.
    If a tree falls in the forest, and no one is around to see it, do the other trees make fun of it?

  3. #3
    Registered User
    Join Date
    Feb 2002
    Posts
    33
    oh, heh, ya, sorry, not 100% sure on what they were called, ya, the operators were what I was looking for, thanks.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Factory Functions HOWTO
    By GuardianDevil in forum Windows Programming
    Replies: 1
    Last Post: 05-01-2004, 01:41 PM
  2. Shell functions on Win XP
    By geek@02 in forum Windows Programming
    Replies: 6
    Last Post: 04-19-2004, 05:39 AM
  3. Inline functions and inheritance
    By hpy_gilmore8 in forum C++ Programming
    Replies: 3
    Last Post: 01-14-2004, 06:46 PM
  4. functions - please help!!!!
    By linkies in forum C Programming
    Replies: 1
    Last Post: 08-21-2002, 07:53 AM
  5. Boolean and functions
    By TheSki in forum C++ Programming
    Replies: 2
    Last Post: 11-16-2001, 11:11 PM