PDA

View Full Version : Deos QT uses standard c++ library ?



Ayush
13th November 2014, 11:25
I am a beginner in Qt but i am currently learning c++ and i want to learn QT eventually. I have watched some tutorials on qt and i found that qt uses its own library. So, i was wondering wether c++ standard library is used in software development or not ?

wysota
13th November 2014, 12:00
You can use it if you want. Qt internally uses its own containers.