I\'m having trouble getting a third party library (libconfig++) to work in Qt. When compiling in Qt, I get error messages such as:
In short, I would like to do this: const char **stringPtr = &getString(); However, I understand that you can\'t & on rvalues. So I\'m stuck with this:
I\'m new here, and have a question about opengl in Qt4, which I\'ve been learning over the last few months.