Tag Archives: coding

the “empty” toolbox

If you wouldn’t trust a carpenter who did know what was in his toolbox work on your house, why do you let developers who don’t know what tools they have work on your code?

Posted in Computers, Programming | Tagged | Leave a comment

long way ’round

I want to know why you might approach assigning “Longitude” to a CString using this method: CString temp_str; sprintf(temp_str.GetBuffer(), “%s”, “Longitude”); temp_str.ReleaseBuffer();

Posted in Computers | Tagged | Leave a comment