Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
10/18/02 08:29
Read: times


 
#31017 - RE: Optimal C Constructs article
Peter, your ternary example seems to me useful for bit IO stuff. Is this exp. a real application, what does it exactly perform? (just curious)

About switch case constructs: if irregular case steps are around, I often fill in the gaps with case xx: _nop_(); break; This garantees that it creates a jump table.

Werner

List of 6 messages in thread
TopicAuthorDate
Optimal C Constructs article            01/01/70 00:00      
RE: Optimal C Constructs article            01/01/70 00:00      
RE: Optimal C Constructs article            01/01/70 00:00      
RE: Optimal C Constructs article            01/01/70 00:00      
RE: Optimal C Constructs article            01/01/70 00:00      
RE: Optimal C Constructs article            01/01/70 00:00      

Back to Subject List