Hi,
I am using the vera++ checker and one of the remarks is that I use the short form for checking empty.
So far no problem, but I think the checker is right and I want to change the code.
so I want the change: if(!largertext.empty()) to: if(largertext.empty() == false)
any way to do this with the find and replace function?
If so how?
thank you in advance,
Jewest