User profile: booradley60

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

He’s dead, jim.
Don't mind me, just here to brag that I remembered my credentials in spite of not posting in 3 years...

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...