#include "pch.h" #include <stdio.h> #include <string.h>
什么是"pch.h"?为什么需要将其作为第一个头文件包含在内?
c c++ visual-studio
c ×1
c++ ×1
visual-studio ×1