Quote: 
	
	
		| 
			
				 
					Originally Posted by samandhi
					
				 
				
	Quote: 
	
	
		| 
			
				c:\program files\everquest\eqgame.exe patchme
			
		 | 
	 
	 
  Will probably have to be in quotes because of the space in "Program Files"....  
			
		 | 
	 
	 
 or you can use /Progra~1/  
		
	
		
		
		
		
		
		
			
				__________________ 
				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.
			 
		
		
		
		
		
		
	
		
		
	
	
	 |