Which is better? Qt Creator or Visual Studio IDE
- by user249490
I am currently using Qt Creator 1.3 for my Qt applications. I know it uses jom for make
step which is better when we have multi core processors. But besides that what are all the advantages of using both the IDEs? Dis advantages as well? I am using CL compiler though for compiling my applications. Is there any other specific advantages and disadvantages of these IDEs?