User profile: iHutch105

User info
User name:iHutch105
Statistical data
Occupation:Programmer
Skills:C
C++
Perl
Assembly
C#
Javascript
Objective-C
History
Joined:
Number of posts:947
Latest posts:

Help with simple code
You could do it like this [output]- An array for desired quantities (meets 1D array requirement) - ...

Help with simple code
I'd say that your [code]cin >> priceBushel[num];[/code] line needs to be [code]cin >> num;[/code]. ...

can't find the problem
Is checker aware of board_type?

How to check if number is not numeric?
Ok. Since you've done if statements I'll assume you know what's going on with the switch statement ...

How to check if number is not numeric?
Apologies. I should have explained my code. I'm out at the moment. When I get back to the computer I...