Linked by MOS6510 on Thu 10th Jan 2013 23:25 UTC
Thread beginning with comment 548305
To view parent comment, click here.
To read all comments associated with this story, please click here.
To view parent comment, click here.
To read all comments associated with this story, please click here.
RE[2]: Sorry, C++ is a PITA.
by radix on Fri 11th Jan 2013 10:54
in reply to "RE: Sorry, C++ is a PITA."
RE[3]: Sorry, C++ is a PITA.
by sergio on Fri 11th Jan 2013 19:50
in reply to "RE[2]: Sorry, C++ is a PITA."





Member since:
2007-02-18
Why are you using all the bells and whistles of C++ for the low level stuff?
Qt seems to be doing all right.
Mastering the entire language is only really necessary if you're creating libraries for wide consumption. The difficult C++ features are there to achieve generalization while still retaining static pre-compile type checking.