Re: ..
Quote:
Originally Posted by Slayden
Cisyouc read the posts
Quote:
I've made plans to do one myself, like i should instead of sitting here wishing, but when i can't even program this damn vcr in my room that keeps flashing 12am, how can i even hope program a server =P heh
|
ADHD?
|
With all the tutorials its a piece of cake really to run a server, you just have to get a dedicated host or else it will most probably be really laggy for others.
__________________
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.
|