You can use any IDE you like, all you have to do is re-compile your code for linux. However your best bet is to stick with standard template libraries. If you start using header files like 'windows.h' then you can get into trouble.
EDIT: Here are some nice IDE's + links.
My personal favorite IDE is Qt Creator. Now yes I am a Qt (hobby) programmer, but it's all cross platform. Also you might try Netbeans I really like it but it's got it's drawbacks. It's slow (written in java), it takes a little time to set it up for C++ because it's primarily for java. But all in all it's not that half bad.
