View Single Post
  #4  
Old 08-25-2004, 03:15 AM
Cisyouc
Demi-God
 
Join Date: Jun 2004
Location: Heaven.
Posts: 1,260
Default Re: looking for a 5.7 DR6 link

Quote:
Originally Posted by LANman
I'm looking for a link to a 5.7 DR6 download, and i've had no luck after hours of searching... if anyone can help me out it'd be much appreciated. thanks
-edit- Err no Im sorry I thought this was in EMu Development for some reason. Um, but its not that hard if you actually look for it, its on the front page of the Development board.
__________________
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