I have a function that gets info for a user.
I am having trouble calling this function in the main, how should the proper funcyion call look like ?Code:istream& operator >> (istream& enter_age, Set& info_set) { int x ; cout << "Enter your age " ; cin >> x; age_vector.push_back (x) ; return enter_age ; }



LinkBack URL
About LinkBacks


