Hi.
I want to write a non-GUI application for Linux (both desktop and embedded) and Windows.
I need the usual classes: networking, threads, etc., and the ones I was using before were tied to my previous employer.
It is my understanding that Qt has these sorts of classes, works on Windows and Linux, and is now LGPL. But can I use these classes for small, non-GUI apps?
I might want to add an optional GUI later, so it would make that easier for me if I were to start using Qt now.
Also, most of the publicly available code uses the C++ STL. I've read that Qt doesn't use the STL. Is that still true?
Bookmarks