Women in Technology

Hear us Roar



Article:
  Animating Graphics in Cocoa, Part 1
Subject:   if (self)
Date:   2003-11-12 08:27:51
From:   anonymous2
Response to: if (self)

thanks, that makes sense.
Full Threads Oldest First

Showing messages 1 through 1 of 1.

  • if (self)
    2009-04-22 15:39:50  Raydot [View]

    bool x = TRUE;

    if (x) {
    //same thing, different variable
    }