Forum: C++ May 4th, 2004 |
| Replies: 3 Views: 16,815 One quick note, when pointing to files, you don't include the trailing slash. The final slash (/) refers to a directory.
Just for anyone who had trouble downloading those files ;) |
Forum: C++ Apr 20th, 2004 |
| Replies: 5 Views: 9,727 Just incase anyone is having the same problem, I got it after much work. I guess my inputs on the date were wrong, causing traumatic memory problems :)
If anyone is interested in the code, here... |
Forum: C++ Apr 19th, 2004 |
| Replies: 5 Views: 9,727 Hi, I have to write an address book using structs for a class. I have 90% of the code done, but I am having trouble ordering it. It is supposed to read in 10 entries from a file and then sort them by... |