User: aphillips801

  • Public profile

User profile: aphillips801

User info
User name:aphillips801
History
Joined:
Number of posts:6
Latest posts:

Visual C++ complains about ambiguous overload
I 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 high
Hi 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 file
The infile you declared and opened in main is unrelated to the infile you declared in testBank().

This user does not accept Private Messages