How to store class info into an Array@MikeyBoy Yes, I realized that after and corrected it. Now, if I do info[count].SetRating(), it t...
How to store class info into an ArrayThis is the second class: [code] //FTime.h #pragma once #include <string> using namespace std; cl...
How to store class info into an ArraySo I have an array of my own class, "Restaurant," but I'm having a hard time figuring out how to sto...
Storing class in ArrayHow do I go about storing info to an array of class? I need to do something like this: info[co...
Zero and setprecisionThat did it. The trick was to cout the array inside the if statement, I see now. Thank you.
This user does not accept Private Messages