Quote: 
	
	
		| 
			
				 
					Originally Posted by Scorpx725
					
				 
				
	Quote: 
	
	
		| 
			
				good partner working with me (cisyouc)
			
		 | 
	 
	 
 Cisyouc and good partner in the same sentence should never happen.  :lol: 
 
<3 Cisy  
			
		 | 
	 
	 
 Grrrr.
 
Very nice guide, Wiz.  I agree with all points you made.  
		
	
		
		
		
		
		
		
			
				__________________ 
				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.
			 
		
		
		
		
		
		
	
		
		
	
	
	 |