Forum: C Jan 11th, 2007 |
| Replies: 12 Views: 2,716 There is a really cool open source Quicktme library available online - http://www.openquicktime.org/
Regards,
GCS584 |
Forum: C Jan 3rd, 2007 |
| Replies: 8 Views: 1,743 I'm well aware of what you state. My post was meant to complement Bench's post. Obviously, with the current vague problem specification provided, the data could be interpreted in many different... |
Forum: C Jan 3rd, 2007 |
| Replies: 8 Views: 1,743 ...or you could save yourself a lot of time and utilize the following function by including string.h:
char * strtok ( char * str, const char * delimiters )
where:
str is your original string to... |