User profile: audinue

User info
User name:audinue
Email:audinue@gmail.com
Name:Audi Nugraha
Location:Surabaya - Indonesia
Bio:C and C++ Newbie
History
Joined:
Number of posts:35
Latest posts:

Constructor (and Destructor?) problem
Oh my... I just wonder to make an ObjectPool (with constructors),... using malloc/realloc/free. ...

Object Oriented Design Question
That's not a design anyway XD Thanks for your reply firedraco

Constructor (and Destructor?) problem
Anyone know how to invoke constructor in the malloc/realloc-ed classes? I have this code for refe...

declaraton & args
What do you mean anyway? [code]int main(int argc , char *argv[]){ argv[1] = (char *)data; }[/co...

Object Oriented Design Question
Anyone know good reference of Object Oriented Design in C++? I'm looking for the basic concept, tip...