User profile: genuwine21

User info
User name:genuwine21
History
Joined:
Number of posts:32
Latest posts:

Array and Matrix
Well you are going to have to dynamically allocate the 2d array, you can start with an array of int*...

Selling seats in a theater program for school.
I would recommend you have some error checking, in case the user enters a row or column that does no...

problem with array using the average function
In response to your first error, you have a prototype to the find_average function that takes one ar...

Madlib with multiple .cpp's and .h's
You have two classes, you can put their prototypes in the .h's, Madlib.h and StoryWordManager.h, and...

C++ made easy?
You do have structs, but no member functions. The disadvantage is there is less safety, but once yo...