Thread: C gurus, how to understand these expressions?

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Registered User
    Join Date
    Dec 2004
    Posts
    64

    C gurus, how to understand these expressions?

    Code:
           if ((fp->flag&(_READ|_EOF_ERR)) != _READ)
               return EOF;
    Code:
           { 0, (char *) 0, (char *) 0, _WRITE, | _UNBUF, 2 }
    plz pay attention to the part bolded and colored.
    Last edited by thinhare; 01-11-2005 at 05:56 AM.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. C++ Program to evaluate expressions
    By DMEngOba in forum C++ Programming
    Replies: 5
    Last Post: 05-25-2009, 09:16 PM
  2. Stack that evaluates postfix expressions
    By killmequick in forum C Programming
    Replies: 7
    Last Post: 10-01-2008, 06:23 PM
  3. Evaluationof expressions
    By plan7 in forum C Programming
    Replies: 2
    Last Post: 10-28-2007, 07:18 AM
  4. Regular expressions [Boost]
    By Desolation in forum C++ Programming
    Replies: 8
    Last Post: 12-30-2006, 10:10 PM
  5. Prefix Expressions
    By mannyginda2g in forum C++ Programming
    Replies: 4
    Last Post: 03-19-2004, 01:30 AM