如果我在通过 PuTTY 连接的 Linux 中编译出现错误的 C++ 程序,我会看到如下错误消息:
g++ a.cpp
a.cpp: In function âint main()â:
a.cpp:38: error: expected primary-expression before â)â token
a.cpp:38: error: âwaitpidâ was not declared in this scope
知道为什么这个角色â
会来吗?
如果我在通过 PuTTY 连接的 Linux 中编译出现错误的 C++ 程序,我会看到如下错误消息:
g++ a.cpp
a.cpp: In function âint main()â:
a.cpp:38: error: expected primary-expression before â)â token
a.cpp:38: error: âwaitpidâ was not declared in this scope
知道为什么这个角色â
会来吗?