User profile: joeriMJ

User info
User name:joeriMJ
Name:Joeri Konings
Location:Belgium
History
Joined:
Number of posts:44
Latest posts:

design pattern for global object access
I've been looking into the singleton pattern and was a not convinced to use it since it is seen as a...

design pattern for global object access
Hi, I'm creating an application in an object oriented way. What I would like, is to have a global...

errors implementing my own iterator and container
Hi, I have some strange errors when trying to compile my own iterator and container. this is ...

delete a char *
hm nice, didn't see that before. Thanks for the tip.

delete a char *
If I use strcpy() and strlen(beschrijving) > 80 then it won't fit in p_beschrijving anyways because ...