获取应用程序的内存使用时出错

时间:2012-09-22 21:18:49

标签: 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);

0 个答案:

没有答案