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

Quote:
Originally Posted by D0rkforEq
If smoeone can host the folder containing all the files needed it would be helpful or a new guide with non broken links.
You already have gotten a answer, man.
Quote:
D0rkforEq: Look for a post about Compiled Perl in the Windows Server forum. It should contain most everything you need.
__________________
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