reading from a file and writing to a fileYEEES 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 fileWe 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 fileHi 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 objectsI just changed this line [code]bool found = binary_search(group2, group2 + len2, group1[i]); [/code]...