标签: c++ syntax struct compiler-errors
我正在尝试使用这段代码来获取应用程序的内存使用情况。但是,当我尝试编译时出现以下错误:
error: expected constructor, destructor, or type conversion before '(' token
这是我的代码:
#include "sys/types.h #include "sys/sysinfo.h using namespace std; struct sysinfo memInfo; sysinfo (& memInfo);