Constructor (and Destructor?) problemOh my... I just wonder to make an ObjectPool (with constructors),... using malloc/realloc/free. ...
Object Oriented Design QuestionThat's not a design anyway XD Thanks for your reply firedraco
Constructor (and Destructor?) problemAnyone know how to invoke constructor in the malloc/realloc-ed classes? I have this code for refe...
declaraton & argsWhat do you mean anyway? [code]int main(int argc , char *argv[]){ argv[1] = (char *)data; }[/co...
Object Oriented Design QuestionAnyone know good reference of Object Oriented Design in C++? I'm looking for the basic concept, tip...