|
Is use mingw, gcc, MSVCS and BCB so that will not answer your post either.
However i use each for different projects.
I use BCB to combine my delphi and C++ code (when i'm to lazy to convert components)
I use MSVCS for simple things like dll's and exe's (12kb to 100kb)
I use mingw and gcc to try and make my code as portable as possible to several OS's
|