View Single Post
  #38  
Old 11-19-2004, 01:01 AM
Cisyouc
Demi-God
 
Join Date: Jun 2004
Location: Heaven.
Posts: 1,260
Default Re: ..

Quote:
Originally Posted by Slayden
Quote:
Make a server ^.^

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.
Reply With Quote