Sign In/My Account
|
View Cart
O'Reilly Home
Community
Books & Videos
Safari Books Online
Conferences
Training
School of Technology
About
Search
Search Tips
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.
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
}
if (x) {
//same thing, different variable
}