I've been trying to modify and then compile a portion of an open source C/C++ project with Visual Studio 2010. I'm very much a C++ beginner and this is a learning experience.
Relevant sections of the code:
Code:
typedef struct { static gchar *inputfile; static gchar *uri; static gulong mtime; static gulong fsize; } FileInfo;
Code:
Leave a comment: