このコードを使用して、アプリケーションのメモリ使用量を取得しようとしています。ただし、コンパイルしようとすると、次のエラーが発生します。
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);