03.08.2012, 10:17
Quote:
|
What bunch of BS. Anyways.. printf works great. The way you are using it, there is no problem for it to not work. Now Romel, why don't you put this: "printf("Total of Server Objects created: %d", objects);" One line after all the objects are created? That's the best way for it to work though because I have no idea where you actually are creating those objects.. And main() gets called before anything else. So that's why the number is doesn't change. Well, shouldn't the number be zero at least? Maybe it has got some unused value in the memory, but I don't think that is the case because you actually put the value to it.
|


