#include <iostream> int main() { using namespace std; cout << "Hm, does WordPress have a nice code formatter? I'll have to check that." << endl; }
May
5
2010
#include <iostream> int main() { using namespace std; cout << "Hm, does WordPress have a nice code formatter? I'll have to check that." << endl; }
Alf, have you looked at oven ready unit test frameworks like googletest?
Yes. It appears, at least from some discussion in [comp.lang.c++], that they don’t support testing of static assert functionality and such. And committing to a large framework is Work, which I’d rather defer… I think small is good. And simple is good. 🙂