User: Heymid

  • Public profile

User profile: Heymid

User info
User name:Heymid
History
Joined:
Number of posts:26
Latest posts:

De-allocation problems when stacking container onto container
I had to implement the copy assignment operator to make the functionality complete and correct.

De-allocation problems when stacking container onto container
Thanks for telling me why the rule of three is important.

De-allocation problems when stacking container onto container
[code] #include <iostream> using namespace std; template <class T> class Container { privat...

Invalid argument type to unary expression
UPDATE: Actually, I take it back, the solution I thought I had is not a complete solution. The inver...

Invalid argument type to unary expression
You're right. But it causes problems for me with this setup. I cannot define a Formula-type !operato...

This user does not accept Private Messages