User profile: cristian c

User info
User name:cristian c
History
Joined:
Number of posts:26
Latest posts:

C++&Qt3 - Embed help files in executable
Thank you very much, this is a really neat trick ! Would have taken me a year to figure this out. I...

C++&Qt3 - Embed help files in executable
I'm building a Qt3 application in C++ and I'm using QTextBrowser and a HTML file to implement a help...

Numeric promotions - where/what exactly is the C++ theory?
OK, then it's all clear. Thank you everybody for your replies !

Numeric promotions - where/what exactly is the C++ theory?
@JLBorges Yes, ok, I understand that, but if you replace the + with a *, all operators will have th...

Numeric promotions - where/what exactly is the C++ theory?
@jonnin Yes, I understand that integer division of 1/2 yields zero. The problem is 1 and 2 and 2 and...