Quote:
Originally Posted by Echoes
Yeah Cisyouc, bearshare rocks. works great except the "theater" part where it takes like a year to load anything, but bearshare > kazaa still.
|
yesh but you can turn that off
__________________
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.
|