Forum: C++ Sep 10th, 2004 |
| Replies: 47 Views: 157,030 Oops, my mistake. Calling 'open()' on an open file stream does cause errors. Sorry about that. And, true, always better safe than sorry.
:) |
Forum: C++ Sep 7th, 2004 |
| Replies: 47 Views: 157,030 Interesting tutorial, however I did notice a few errors here and there.
I just tested this, and its not true. If you output "abc123" to a binary file, you will see "abc123" when you open that file... |