User profile: VictorH

User info
User name:VictorH
History
Joined:
Number of posts:41
Latest posts:

bool
...should work in plain old C, right? Sorry for posting a C question in this forum but I like the C+...

using oct
Not that octal floating point is commonly (or ever?) used, but I was experimenting with stream manip...

overload <<
I removed the default value for os, and voila, it compiled just fine. Does this mean that if there i...

overload <<
[code]#ifndef FOO_H #define FOO_H #include <iostream> class Foo { friend std::ostream& op...

copy vs assign
Cool. thanks disch.