??? 03/17/05 16:23 Read: times |
#89878 - Let's talk about goto... Responding to: ???'s previous message |
"I was told "we do not use globals""
Yuck. Either they were C++ programmers or they hadn't read K+R. Seriously, I've don't think I've ever seen a substantial piece of code that didn't use at least 'local globals', ie statics with file scope. Also, remember that it only takes one nutter to write the company coding standards, even in a multi billion dollar operation. |