Archive for July 2007

TrackerRequestSession feedback
Hi Petr, Finally got a look at your latest changes to TrackerRequestSession, sorry for the delay! \todo What should be the difference between this function and the (more...)
Re: Compiling without warnings issues
Hi Markus, Yes, it's complaining about the missing default ctor of Data. But if i add it, I end up with two ctors that are virtually the same and in effect (more...)
Re: Compiling without warnings issues
Hi Markus, I will be honest, I have never understood why the destructor should be protected and non-virtual. Even I had read the articel again. [snip] But maybe you can it (more...)
Re: Compiling without warnings issues
Hm, I meant construtor and not destructor. :-(
Re: Compiling without warnings issues
Hi Peter, I am not really sure if I understood it right. But yes, it looks strange for me. Once I was working with BounceChecker and it was always complaining about a (more...)
Re: Compiling without warnings issues
Hi Petr, I will be honest, I have never understood why the destructor should be protected and non-virtual. Even I had read the articel again. http://www.gotw.ca/publications/mill18.htm But maybe you can it explain more (more...)
Re: Compiling without warnings issues
Hi Markus, The compiler has always right. You should never ignore a warning. ;) That's exactly my problem! I believe the compiler is right most of the time but unfortunately not all (more...)
Re: Compiling without warnings issues
Dear all, Here is the continuation of my post on compiler warnings, this time regarding adding default ctors and initializing all of the members in the initializer list. In general that's (more...)
Re: Compiling without warnings issues
Hi Markus, In Java you have a keyword which is called final, in C# it is sealed. If the classes are declared with this words you can not inherit from them. (more...)
Re: Compiling without warnings issues
Hi Peter, That’s a good idea! We could keep a list of warnings that should be ignored and write a tiny script to filter all Qt, 3rdParty and ignored warnings! That (more...)

Next Page »