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 errorI would think [Code]ints.sum(7,8)[/Code] is ok because int is overloaded. The compiler thinks you...
I hate OOP, please give me assistancePost the code you have so far and explain exactly where you get confused so we can help with that. ...
Weird Void ErrorYou can't define a function inside of another function. [Code]void Intro() { string answ...
Binary SearchDon't double post. http://www.cplusplus.com/forum/beginner/223322/