|
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.
|