Search found 2 matches

by ac11b
May 8th, 2019, 4:59 pm
Forum: Everything
Topic: Intermediate HW 16 - Problem 2 error with istream_iterator
Replies: 2
Views: 1759

Re: Intermediate HW 16 - Problem 2 error with istream_iterator

Thank you, that works and I see why. I just wonder how the other method worked for Chili in the video lol!
by ac11b
May 8th, 2019, 2:52 pm
Forum: Everything
Topic: Intermediate HW 16 - Problem 2 error with istream_iterator
Replies: 2
Views: 1759

Intermediate HW 16 - Problem 2 error with istream_iterator

I have been a huge fan of the Chili C++ series' for a while, and was working on the solution for problem 2 in the I-16 Homework. In this transform function: std::transform( std::istream_iterator<std::string>( std::istringstream( nambies)), std::istream_iterator<std::string>(), std::ostream_iterator<...