int loadString

( char* &string, FILE* in )

Write a dynamically allocated string to a file.

Documentation

Write a dynamically allocated string to a file. Reads in a 4 byte integer (the string length) followed by the characters comprising the string.
Parameters:
string - character string to be read
in - FILE pointer to destination file
Returns:
total number of bytes read.

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.