i'm migrating from linux machine to mac os x. I was used to write c++ application (for opengl and opencv application mainly) using vim as editor.
Now, i have installed XCode on a new 10.8 mac os x machine, and I read about some problems in installing a new g++, and i was wondering if i really need it, what are the main differences between llvm and g++, if i can use my old codes with no problems in Xcode, with my old makefiles, etc..
Do you have some advice?
