Go back to Richel Bilderbeek's homepage.

Go back to Richel Bilderbeek's C++ page.

 

 

 

 

 

(C++) cstdio.h

 

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):

 

  1. std::clearerr
  2. std::fclose
  3. std::feof
  4. std::ferror
  5. std::fflush
  6. std::fgetc
  7. std::fgetpos
  8. std::fgets
  9. std::fopen
  10. std::fprintf
  11. std::fputc
  12. std::fputs
  13. std::fread
  14. std::freopen
  15. std::fscanf
  16. std::fseek
  17. std::fsetpos
  18. std::ftell
  19. std::fwrite
  20. std::getc
  21. std::getchar
  22. std::gets
  23. std::perror
  24. std::printf
  25. std::putc
  26. std::putchar
  27. std::puts
  28. std::remove
  29. std::rename
  30. std::rewind
  31. std::scanf
  32. std::setbuf
  33. std::setvbuf
  34. std::sprintf
  35. std::sscanf
  36. std::tmpfile
  37. std::tmpnam
  38. std::ungetc
  39. std::vfprintf
  40. std::vprintf
  41. std::vsprintf

 

 

 

 

 

Go back to Richel Bilderbeek's C++ page.

Go back to Richel Bilderbeek's homepage.

 

Valid XHTML 1.0 Strict