User profile: matty3269

User info
User name:matty3269
Name:Matthew Leach
Location:Rochdale, UK
History
Joined:
Number of posts:26
Latest posts:

Pure abstract class using operators.
Hi LB, Thanks for the reply... I'm not sure what you mean by 'return a reference to your derived cl...

Pure abstract class using operators.
Hi all. I'm trying to create a pure abstract numeric class so that I can have an implementation o...

Header include at the bottom?
Hi all. Supposing I have two classes: class1.h: [code] //header guard: #ifndef __CLASS1_H_ ...

pthread problems
I realise that by not malloc'ing it I don't have to worry about memory fragmentation, however, nearl...

pthread problems
Thanks for the quick reply, your post made me realise that I forgot to allocate memory for the pthre...