Qualcosa del genere.
codice:list<NEW>::iterator a = prova.begin(); list<NEW>::iterator z = prova.end(); while (a != z) { cout << a->a " - " << a->b << endl; ++a; }
Qualcosa del genere.
codice:list<NEW>::iterator a = prova.begin(); list<NEW>::iterator z = prova.end(); while (a != z) { cout << a->a " - " << a->b << endl; ++a; }
This code and information is provided "as is" without warranty of any kind, either expressed
or implied, including but not limited to the implied warranties of merchantability and/or
fitness for a particular purpose.