Forum: C++ Dec 3rd, 2008 |
| Replies: 3 Views: 381 Thank you so much that fixed it. I have one more question though. The loop after that section where I am writing to the file. When the program finishes, and I looked at the file, it has one line with... |
Forum: C++ Dec 3rd, 2008 |
| Replies: 3 Views: 381 #include <iostream>
#include <fstream>
#include <vector>
#include <string>
#include <sstream>
#include <stdio.h>
#include <time.h>
using namespace std; |