Hey, how do you use a piece of code like this to APPEND a file...:?

ofstream out_stream;
out_stream.open("Mail.dat");


How do you open it for appending instead of wiping it clean each time.