Yet another post by me today. Gotta keep the new forum strong View image: /infopop/emoticons/icon_biggrin.gif<P>Anyway, I'm using std::string and using ...
Clang warns the small program "unwarned-const-qualifier-removal.c" that the conversion from const char[5] to char* is not right. And it shows that the warning is emitted by ...
1 NewRelic 0x956e4 NewRelic::NRMALoggerBridge::log(unsigned int, char const*, unsigned int, char const*, char const*, char*) + 153296 2 NewRelic 0x8aec0 NewRelic ...
I have a main.cc file that takes an input file as an argument. I then want to print stuff into an output file with the same name as the input file but with a different extension. The input files are ...