Theres lots of problems associated with donating more than whats needed for funds associated with running the project (like vBulletin licensing). Too much drama and scandal seems to me would come out of it. If the emulator right now is imperfect its alright, but if someone were to donate $5 (or even if they don't, but they are aware of the fact that people do donate) for some reason they'll feel like they'll have the right to cuss out the developers if its imperfect in any way or hard to set up.
__________________
namespace retval { template <class T> class ReturnValueGen { private: T x; public: ReturnValueGen() { x = 0; }; T& Generator() { return x; }; }; } int main() { retval::ReturnValueGen<int> retvalue; return retvalue.Generator(); }
C++ is wonderful.
|