Note
Kailangan ng pahintulot para ma-access ang page na ito. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
Includes the Standard C library header <stdio.h> and adds the associated names to the std namespace.
Syntax
#include <cstdio>
Remarks
Including this header ensures that the names declared using external linkage in the Standard C library header are declared in the std namespace.
See also
Header Files Reference
C++ Standard Library Overview
Thread Safety in the C++ Standard Library