Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Qt is the best. Without it, I will not use c++ anymore.



Wtf! We work together for months and you never tell me that you have a blog?


Seriously dude, I'm pretty upset about this. Please see me in my office first thing tomorrow morning.


It's pretty recent :).


some parts of Qt, for example QtCore, should become C++ standard.


How about for non-GUI applications? I don't think I've ever used QT and I love c++.


Qt has plenty of nice things for non-GUI applications too. It's more of a framework than just a library.


I remember being turned off by the use of a preprocessor. Is that still required?


Only if you use their (very nice) event/property system. If you don't inherit from QObject then you generally don't need the preprocessor.

That said, QMake and CMake both deal with the preprocessor for you.


By the way, it's a code generator, not a preprocessor. Everything you write is valid C++, it's just that there is additional code being generated that interfaces with your code.


I used qt to write a http server. it's a pure console program. But I used QThread and QtNetwork stuff.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: