I have a function
void print(stack<T>& One, stack<T>& Two, stack<T>& Three);
and I would like to output the parameter names (i.e. cout << "One")
How would I go about doing that?
Aucun commentaire:
Enregistrer un commentaire