Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #27.9K
3 Posted Topics
Re: File archivingg
the program can be ammended, using fflush instead of goto?
Hi Wondering how I would go about creating a firewall script, for a machine that has multiple NICs. eth0 - intranet eth1 - internet eth2 - webserver-DMZ
I'v written the program below, but I'v been told its too "intense" Any ideas on how I can get the same results but with a simpler program? [CODE]#define MAX_SIZE 10000 char buf[MAX_SIZE], name[1000]; int min(int a, int b) { return a<b?a:b; } int main(int argc, char** argv) { FILE *out, …
The End.
leedsfanatic