User profile: snag49ers

User info
User name:snag49ers
Name:Bill
Location:Austin, TX
History
Joined:
Number of posts:4
Latest posts:

Calculating MD5Sum in C program
I'm trying to calculate MD5Sum's inside of a C program but my program tells me 'md5sum undeclared' w...

Vector class in c
Can the vector class be used in C? I use it all the time in C++ but I'm getting errors (like vector...

Test EOF with lseek and read
Zhuge - i agree but I was asked to implement a function using read() and lseek() that tests the end ...

Test EOF with lseek and read
Does anyone know how it is possible to use read() and lseek() in a c program to test the end of a fi...