Re: compiling multi file project

2014-01-24 Thread Marc Glisse
Wrong list, please send any follow-ups to gcc-help ONLY, or better yet to some C++ forum wherever since this has little to do with gcc in particular. On Fri, 24 Jan 2014, Jan de Haan wrote: banging my head, exhausted google, don't know where I make the mistake, can somebody please tell me

compiling multi file project

2014-01-24 Thread Jan de Haan
Hi All, banging my head, exhausted google, don't know where I make the mistake, can somebody please tell me the errors of my ways? Project layout: projectheader.h #ifndef PROJECTHEADER #define PROJECTHEADER #include #include "class1header" main.cpp #include "projectheader" cl