Using the C++ Math Library | ![]() ![]() |
File I/O Functions
Function |
Purpose |
fclose |
Close file. |
fopen |
Open file. |
Function |
Purpose |
fread |
Read binary data from file. |
fwrite |
Write binary data to file. |
Function |
Purpose |
sprintf |
Write formatted data to a string. |
sscanf |
Read string under format control. |
Function |
Purpose |
load |
Retrieve variables from disk. |
save |
Save variables on disk. |
![]() | Character String Functions | Data Types | ![]() |