User profile: FlyingTr

User info
User name:FlyingTr
Bio:Computer Science student
Statistical data
Birthdate:Jan 5, 1990
Gender:Male
Occupation:Student
History
Joined:
Number of posts:51
Latest posts:

reading from a file and writing to a file
YEEES it works now. I overloaded the == operator so that I can do [code]if(group1[i]==group2[a])[/c...

reading from a file and writing to a file
We are not allowed to use vectors yet. "num" is a const and it is initialized in main before the fun...

reading from a file and writing to a file
Hi I am trying to read student records from a file to an array of Student objects and I need to writ...

Overloading operators to accept array of objects
[b]Nikko YL [/b] 1.I changed the static, you are right about that. Thank you for that. In fact now ...

Overloading operators to accept array of objects
I just changed this line [code]bool found = binary_search(group2, group2 + len2, group1[i]); [/code]...