Visual C++ complains about ambiguous overloadI can't see a problem. This approach is common and called "virtual constructor". You need to post a...
How does preprocessor replacement works?1. A function-like macro should behave like a function so you should wrap the whole thing in a do { ...
calculating avarage and not letting sum/count to go too highHi Gyiove, I understand your concern. Potential overflow when calculating the average of a large set...
I need help please There are a lot of things wrong with this code. A major one is that the variable 'n' in buscar() is ...
Classes and reading text fileThe infile you declared and opened in main is unrelated to the infile you declared in testBank().
This user does not accept Private Messages