Thread: Chaos Game
View Single Post
Old Mar 8th, 2006, 8:02 AM   #7
DaWei
Resident Grouch
 
DaWei's Avatar
 
Join Date: Jun 2005
Posts: 6,453
Rep Power: 10 DaWei is on a distinguished road
Throwing up code and saying, "This doesn't work. Help." is a sucky approach. It would require people to intuit your purposes and your design, THEN go through the code in great detail, or even compile and debug it. It's much better to explain what the code is supposed to do, how it is failing to do that, what errors your compiler/linker issue to you, where in the code they are occurring, minor shit like that.
__________________
Abstraction doesn't make it impossible to write bad code; it makes it possible to write superior code.
Contributor's Corner: Grumpy on C++ Exceptions DaWei on Pointers
DaWei is offline