User profile: gamingYeah

User info
User name:gamingYeah
Email:codegeass.bleach@gmail.com
Name:Nick
Bio:I am a new to computer programming. I have written some scripts in a few different types of languages, but I am currently in C++ and need some help on a few things.
History
Joined:
Number of posts:12
Latest posts:

Cant figure out why this is not printing
[code] class DestinationList { private: int numObjects; // Number of objects in th...

Cant figure out why this is not printing
[code]const int MAX_CITIES = 10; const int MAXLEN = 20; const int MAXCOMMANDLEN = 9; const...

I NEED HELP!! Payroll Array Program wont compile.
I fixed it thank you!

I NEED HELP!! Payroll Array Program wont compile.
I changed the prototype to [code]float ComputeWages(int hours[], float hourlyrate[]); [/code] Now ...

I NEED HELP!! Payroll Array Program wont compile.
Unfortunately the parameters are give this is an assignment, could you help me get around that at al...