aiaiDBA

加微信获取免费职业规划+学习资料,了解年薪50万的DBA是如何练成的

13718043309

010-86462881

PCC-02208: No filename specified in #include statement

PCC-02208: No filename specified in #include statement
Cause: The precompiler parser encountered a #include directive that had no filename associated with it. For example, #include
Action: Specify appropriate filename with the #include directive, or correct the syntax.

请先 登录 后评论

1 个回答

小智
PCC-02208:#include语句中没有指定文件名,
.原因:预编译器解析器遇到没有文件名关联的#include指令。例如#include,
.操作:使用#include指令指定适当的文件名,或更正语法。,
.
请先 登录 后评论