User profile: shareyourjoy

User info
User name:shareyourjoy
History
Joined:
Number of posts:7
Latest posts:

Stringstream?
Oh yes I understand now, I guess I was overthinking it since classes are new concept to me. Thank y...

Stringstream?
I should probably mention that my ofstream is in a private member function[code] class myClass { ...

Stringstream?
I need a better understanding of how stringstream works. What I am trying to do is write a code that...

Passing by reference?
I also get error when I change it to [code] string Comments(Student_Data & student) { for(int i=0; ...

Passing by reference?
Any advice would be greatly appreciated. In this program when a student receives a low score or high...