char* loadString

( FILE* in )

Alternate function for reading strings.

Documentation

Alternate function for reading strings. The same file format is used (int containing number of characters, then the characters), but the actual pointer is not sent. Rather, the allocated string is returned so that it can be assigned to a pointer instead.
Parameters:
in - FILE pointer to file
Returns:
the allocated string.

Alphabetic index HTML hierarchy of classes or Java



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