eclipse - Getting started with a cross platform C++ project -
eclipse - Getting started with a cross platform C++ project - i starting c++ project compile as in eclipse (linux) , vs2010 same repository , utilize help getting started. while many of aspects can individually google'd, hoping advice on how approach problem on whole. for example, maintain library sources, how construction create file, , how integrate googletest (finding novice tutorial on googletest lone hard). link tutorial addresses these aspects great, or series of tutorials help. my background in c# , i'm trying maintain "cleanness" , organization of vs projects. i have done cross platform projects used "native" build systems on both platforms (vsproj files on windows , makefiles on linux), pain maintain both project files. so, yes, agree other suggestions should seek start solid cross platform build utility. cmake or perchance boost build seem decent options - there many others. when comes 3rd party libraries, you'll wan...