User profile: booradley60

User info
User name:booradley60
History
Joined:
Number of posts:896
Latest posts:

Hi! I am a newbie at C++ and would love to have some help in solving this problem.
Those code comments are horrid. They provide no clarity - only clutter. Some are flat out wrong (lin...

Min and Max Value in Array
The only thing you ever read from exam.txt is the length. You must also read all the values from the...

Explain Syntax Constructor call
You understand this syntax, correct? [code] Array::Array(int arraySize) : size(arraySize), p...

Please help with a task
First thing I'd do is change the names of the variables to something meaningful. The logic in the co...

Need help
I interpreted this as using symbolic constants in the place of numeric literals in at least three wa...