stringizer.cpp #include <stdio.h> #define stringer( x ) printf_s( #x "\n" ) int main() { stringer( In quotes in the printf function call ); ...
確定! 回上一頁