C 风格文件输入/输出---有格式输入/输出---(std::vscanf, std::vfscanf, std::vsscanf)
C++标准库的CI/O子集实现C风格流输入/输出操作。头文件提供通用文件支持并提供有窄和多字节字符输入/输出能力的函数,而头文件提供有宽字符输入/输出能力的函数。有格式输入/输出使用可变实参列表从stdin、文件流或缓冲区读取有格式输入std::vscanf,std::vfscanf,std::vsscanfintvscanf(constchar*format,va_listvlist);(1)(