I have been using Visual Studio for quite awhile and am getting pretty comfortable at it. I still consider myself a newbie and have a lot to learn (especially the different tools vs has for debugging)
I am aware that VS is not supported for Linux and while I can 'learn' a new IDE that is available in linux such as Eclipse or use text editors, I would like to devote my time 'mastering' visual studio (get better at debugging more importantly).
So my question is, is it possible to wite my C++ code in windows visual studio, then when I am confident that no bugs exist, that the code is fully optimized, bring the source and header files over to linux (and use make to compile it ? I just recently found out about make)
I hope the question makes sense. Basically I would prefer to not have to learn another IDE and just do all my coding in windows visual studio..