Name: Anonymous 2010-10-19 0:35
Each post must contain one bad programming practice to add to the list. I'll start:In C++, overload library functions by using #define. That way it looks like you are using a familiar library function where in actuality you are using something totally different.