User: smallmos

  • Public profile

User profile: smallmos

User info
User name:smallmos
History
Joined:
Number of posts:36
Latest posts:

overloaded operator error/problem
why would new fail to allocate memory? is this an error on my behalf?

overloaded operator error/problem
okay did that, it compiles but i'm getting this exception: std::bad_alloc at memory location (some ...

overloaded operator error/problem
triple.h [code]#ifndef TRIPLE_H_ #define TRIPLE_H_ template<typename T> class triple { public: tri...

overloaded operator error/problem
here's how i changed it: [code] bool operator < (const employee &emp) const; bool operator > (const...

overloaded operator error/problem
tried that, declared the two overloaded const verions with const at the end, then defined them again...

This user does not accept Private Messages