我知道大多数编译器都允许:
#include <stdio.h>
//和
#include <cstdio>
但有人认为<stdio.h>实际上并不是C++标准.
真的吗?
c++ stdio standard-library
c++ ×1
standard-library ×1
stdio ×1