I am just a newbie in Linux OS. I used to program in Windows.
How to make this C++ compatible with Linux????


#include<stdio. h>
#include<sys/types.h>
#include<sys/stat.h>

int main()
{
struct _stat64 buff; /*aggregate '_stat64 buf' has incomplete type and cannot be defined */

/* other codes for retrieving file's size, location, accessed date, etc....