View Single Post
  #5  
Old 08-23-2004, 08:41 AM
Cisyouc
Demi-God
 
Join Date: Jun 2004
Location: Heaven.
Posts: 1,260
Default

Quote:
Originally Posted by Raddiux
They might have taken it offline to fix some bugs. But you can pretty much bet that its coming, like it or not. There is no real reason for them NOT to use launchpad, considering like all their other games use it.
Thats why I said it COULD be down for repairs, but they removed the parameter /game:everquest which was available even before any news on everquestlive.com...so...
__________________
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