Reference to functions that may be used can be download in this problem. Please follow the steps below:
Click on this link to download. You will get a file with name 13063.h
.
Rename 13063.h
to book.zip
Extract book.zip
Now you will see a directory named with lab11_reference
. The structure of the directory is as follows:
lab11_reference/ └── reference/ ├── en/ │ ├── c/ │ │ ├── string/ │ │ ├── io/ │ │ ├── string.html │ │ ├── io.html │ │ └── index.html │ └── c.html └── common/
Inside directory reference/en/c/
:
string.html
- you can find functions related to c-style string in this file
io.html
- you can find functions related to input and output in this file
index.html
- all functions are listed in lexicographical order (a-z) in this file. You can search functions you want by name in this file.
Please do not modify any directory or file, otherwise random things might break.
Note that to reduce file size, documentation of functions that are not related to this lab is deleted. So there are many dead links in index.html
.