PDA

View Full Version : Using Qt inbuild Storage Library on eclipse



shivendra46d
23rd December 2013, 07:38
My question is that if i use Qt's inbuilt storage class such as QVector and make a library of my code then will i be able to run the code on some other environment such as Eclipse

anda_skoa
23rd December 2013, 07:54
Qt is a set of C++ libraries. Eclipse is an IDE that can be used for C++ development. So yes.

Cheers,
_