Go back to Richel Bilderbeek's homepage.
Go back to Richel Bilderbeek's C++ page.
cstdio.h is a standard header file.
cstdio.h denotes 'C standard input/output' and it is the C++ header file version of the C header file 'stdio.h'.
cstdio.h contains the definitions of the following functions (incomplete list, taken from the GNU ISO C++ library's cstdio.h supplied with Qt Creator 1.3.1):
- std::clearerr
- std::fclose
- std::feof
- std::ferror
- std::fflush
- std::fgetc
- std::fgetpos
- std::fgets
- std::fopen
- std::fprintf
- std::fputc
- std::fputs
- std::fread
- std::freopen
- std::fscanf
- std::fseek
- std::fsetpos
- std::ftell
- std::fwrite
- std::getc
- std::getchar
- std::gets
- std::perror
- std::printf
- std::putc
- std::putchar
- std::puts
- std::remove
- std::rename
- std::rewind
- std::scanf
- std::setbuf
- std::setvbuf
- std::sprintf
- std::sscanf
- std::tmpfile
- std::tmpnam
- std::ungetc
- std::vfprintf
- std::vprintf
- std::vsprintf
Go back to Richel Bilderbeek's C++ page.
Go back to Richel Bilderbeek's homepage.
