Forum: C Nov 9th, 2009 |
| Replies: 1 Views: 278 You can just
fopen("file", "w");
to create the file if it doesn't exist.
You can also try checking if a file exists using dirent.h on *nix, check this out:... |
Forum: C Nov 4th, 2009 |
| Replies: 9 Views: 522 Can you paste the errors you get? And possibly more code?
By the first look I can advise to use pointers instead of int seat[][][][]. |