May 1, 2014 Matthew Maennche C++, Learn To Code 11312, C++ LANGUAGE: C++ CHALLENGE: Given an fstream object named todo, associate it with a file named todolist by opening the file for appending. SOLUTION: todo.open("todolist");