Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
stewie2
on Dec 19, 2012
|
parent
|
context
|
favorite
| on:
QT 5 launched by new owner, Digia
Qt is the best. Without it, I will not use c++ anymore.
jeroen94704
on Dec 19, 2012
|
next
[–]
Hah, that's pretty much what I said:
http://weblog.jeroen.ws/blog/2012/11/19/how-relevant-is-c-pl...
skrebbel
on Dec 19, 2012
|
parent
|
next
[–]
Wtf! We work together for months and you never tell me that you have a blog?
buu700
on Dec 20, 2012
|
root
|
parent
|
next
[–]
Seriously dude, I'm pretty upset about this. Please see me in my office first thing tomorrow morning.
jeroen94704
on Dec 26, 2012
|
root
|
parent
|
prev
|
next
[–]
It's pretty recent :).
stewie2
on Dec 20, 2012
|
parent
|
prev
|
next
[–]
some parts of Qt, for example QtCore, should become C++ standard.
duaneb
on Dec 19, 2012
|
prev
[–]
How about for non-GUI applications? I don't think I've ever used QT and I love c++.
zokier
on Dec 19, 2012
|
parent
|
next
[–]
Qt has plenty of nice things for non-GUI applications too. It's more of a framework than just a library.
duaneb
on Dec 19, 2012
|
root
|
parent
|
next
[–]
I remember being turned off by the use of a preprocessor. Is that still required?
gnud
on Dec 19, 2012
|
root
|
parent
|
next
[–]
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.
Derbasti
on Dec 20, 2012
|
root
|
parent
|
next
[–]
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.
stewie2
on Dec 20, 2012
|
parent
|
prev
[–]
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: