I recently obtained a contract where I will be doing scientific software development with g++ on Unix platform after many years doing Visual C++ development in Windows. The code itself will be algorithmically and mathematically dense.
I am interested in recommendations for books, resources, tools, etc. Are there any specific books or websites devoted to VC++ devs moving to g++?
Also, the company has more or less standardized on Eclipse. However, the final choice is up to me. One of my interviewers complained about Eclipse's performance in C++ and he uses other tools. My own experience attempting to use Eclipse with g++ has been less than invigorating. Is there a Visual Studio-like IDE for g++?

