User profile: Hippogriff

User info
User name:Hippogriff
Old user name:James2250
Location:California, USA
History
Joined:
Number of posts:727
Latest posts:

Can't find what is wrong with this. Please help?
"Something is wrong" isn't very good error reporting. error: redeclaration of 'float b' error: rede...

Trying to understand operator overloading float ambiguous error
I would think [Code]ints.sum(7,8)[/Code] is ok because int is overloaded. The compiler thinks you...

I hate OOP, please give me assistance
Post the code you have so far and explain exactly where you get confused so we can help with that. ...

Weird Void Error
You can't define a function inside of another function. [Code]void Intro() { string answ...

Binary Search
Don't double post. http://www.cplusplus.com/forum/beginner/223322/