Request edit access
C++ IO survey
A survey About C++ standard library IO facilities
Sign in to Google to save your progress. Learn more
Are iostreams (std::cin/std::cout/std::ifstream/std::ofstream etc) allowed in your projects? *
Are std::streambuf (std::filebuf, std::stringbuf) can be directly used in your project? *
Are <cstdio> (FILE*, printf, fprintf, scanf) allowed in your projects? *
Are system call APIs/system APIs (e.g. win32 ReadFile/WriteFile or POSIX read/write) allowed in your projects? *
Are boost.iostreams allowed in your project? *
Are fmt library allowed in your project? *
Are C++17 <charconv> allowed in your projects? *
Are boost asio allowed in your projects? *
Are Berkeley socket OS APIs (e.g. POSIX connect, bind) allowed in your project? *
Are C++ standard library locale/facet/codecvt allowed in projects? *
Are C standard library clocale/facet/codecvt allowed in projects? *
Are you using your own IO library or other third party IO library? *
Are your projects using cryptography library like openssl? *
Are your projects performing IO by using GUI instead of Console? *
Submit
Clear form
Never submit passwords through Google Forms.
This content is neither created nor endorsed by Google. Report Abuse - Terms of Service - Privacy Policy