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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
07/09/01 14:05
Read: times


 
#13090 - RE: Circular buffer
I am with Erik: ALWAYS have code there to handle traps for things that will "never" happen. I usually start with a vector to a loop as described. One tip I have learned: Put the same comment (something like ***TBA***) on each of the vector lines. That lets me go back when I am doing code clean-up and find all of my unfinished code. Like Erik said, I usually don't know how to handle the exceptions until the code is mostly complete.

List of 7 messages in thread
TopicAuthorDate
Circural buffer            01/01/70 00:00      
RE: Circural buffer            01/01/70 00:00      
RE: Circural buffer            01/01/70 00:00      
RE: Circural buffer            01/01/70 00:00      
RE: Circular buffer            01/01/70 00:00      
RE: Circural buffer            01/01/70 00:00      
RE: Circural buffer            01/01/70 00:00      

Back to Subject List