User profile: TJW

User info
User name:TJW
Name:Tsai-Jen Wu
Location:MS
History
Joined:
Number of posts:11
Latest posts:

Find multiple modes in an array
My instructor didn't like us to use vector, so I had to try other ways. Here is the code: [code] voi...

Find multiple modes in an array
Hi lastchance: I attempt to create an array with the elements of 1 to many. It depends on the mode o...

Find multiple modes in an array
I tried to write a function to find the mode(s), but it didn't print out the correct mode(s). The co...

Use the pointer to a structure array
To Peter87 Thank you! I just added "cin.ignore()", and it worked. The only problem was that I couldn...

Use the pointer to a structure array
To Perter87: Thank you for your help. I amended my codes as you suggested. Now it runs, but I can't ...