In a standard function like:
How does the function cycle through *buf? Does it use the '+' operator? '++'? Is it implemention-defined? I'm trying to write a linked list class that overloads the necessary operators to work in such a function. So I need to know how such a function works internally.Code:size_t fwrite(const void *buf, size_t size, size_t count, FILE *stream);



LinkBack URL
About LinkBacks


