View Single Post
  #21  
Old 09-02-2004, 07:19 PM
Cisyouc
Demi-God
 
Join Date: Jun 2004
Location: Heaven.
Posts: 1,260
Default

Quote:
Originally Posted by Skitterb1234
[LoginServer]Host=eqemulator.net:5996

like so?
No, Spaces as in " " See? the space between the quotes?? Not like spaces between the following words.

This
Is
Not
A
Space

/sigh
__________________
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.