User profile: TheBear

User info
User name:TheBear
History
Joined:
Number of posts:32
Latest posts:

Converting an integer to a STL bitset
How about the constructor [code]bitset ( unsigned long val )[/code] ? You would have to fiddle ...

Parse Error before 'else' - Can't seem to figure it out.
Hi :-) I think this is an incarnation of the "dangeling else" problem. For minimal example consid...

Change the variable inside a loop
I can't reproduce this error here, the program compiles and runs. I assume that there is a variable ...

class error
Looks like the type "BinaryTree" is unknown. Perhaps a missing include? That constructor is not t...

Change the variable inside a loop
Hi Adam, you could use an array for each of the ten strings. This would look something like this:...