November 2007 - Posts
Here’s a bug I came across that earns the “phase of the moon prize”. See if you can pick it up: class Storage { public : Storage() : valx(0), valy(0) { } Storage( int x, int y ) : valx(x), valy(y) { fValid = x != 0 && y != 0; } FGetValues( int
Read More...
In line with this post , writing in a manner that best shows your message in your work environment will help improve your communications with coworkers. Plus you won’t annoy them. However, more importantly is knowing what’s appropriate to send to a discussion
Read More...