View Single Post
  #2  
Old 05-28-2005, 10:50 AM
Cisyouc
Demi-God
 
Join Date: Jun 2004
Location: Heaven.
Posts: 1,260
Default

Quote:
Run it and it opens a window. You click it, it opens up another window. You click it, a red ball pops up with a diameter of 3. It bounces around the screen. You click it again, and a black ball pops up, diameter of 2. They bounce off of each other and bounce off the sides of the screen. You click it again, four balls pop up, one with a diameter of 4, one with 1, one with 2, another with 4.
Feel free to do what you want, I'm just putting my input in. Why would this kind of knowledge in C++ relate to the server code itself? A server setup such as EQEMu shouldnt require the knowledge of opengl or some sort of rendering. And it is never specified for what operating system you need your developers to use, it could make a world of difference if you're asking them to make a graphical application such as that.

Just my 2 cents, I dont mean to rain on your parade
__________________
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