bordemstirs
Member
So, I've seen quite a few uses of things like...
	
	
	
		
So, does variable.function() work only for a defined few? Or just any function whose first parameter is of the same type? Or only functions with 1 parameter?
Just curious.
				
			
		Code:
	
	int i=1337;
string s=i.to_string();
	So, does variable.function() work only for a defined few? Or just any function whose first parameter is of the same type? Or only functions with 1 parameter?
Just curious.