send output to a printer instead of the monitor.I am sorry ! I realize that I was blind It's the following code: [code] ostream_iterator<...
send output to a printer instead of the monitor.you can use istream_iterator such as [code] istream_iterator<int> cin_it(cin); //...
What is wrong in this code?but b is not be changed:it is const
can't use iteractor why [code]typedef list<int> ::iterator iter;[/code] isn't ? The book tells about it in a similar wa...
can't use iteractor I am very sorry , I am a beginners,so my code isn't standard ,I am learning to use STL thxs evry...
This user does not accept Private Messages