Forum: C Sep 24th, 2008 |
| Replies: 10 Views: 1,994 do you want to make a tree with paths?
and I would lock memory with malloc to use *path... |
Forum: C Sep 24th, 2008 |
| Replies: 4 Views: 1,118 Hi like to write a program that can take arguments like %program -t <type> <path> <path> <name>
where -t follow by type is the file type I like to look for in a find program, and path's is where I... |
Forum: C Sep 11th, 2008 |
| Replies: 1 Views: 431 Hi have a problem, this code should read a file and then save it in a linked list, just the <uid><name> from a lie looking like: <username>:<password>:<uid>:<gid>:<fullname>:<home dir>:<shell>
I... |