design pattern for global object accessI'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 accessHi, 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 containerHi, 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 ...