《Big C++ 》Third Edition电子书和代码全集-Part1

源代码在线查看: slide040.html

软件大小: 6144 K
上传用户: janeljh1
关键词: Edition Third Part Big
下载地址: 免注册下载 普通下载 VIP

相关代码

				
				
				
					
					
					
					
					
					
											title()
					//-->
				
				
				
				
				
				17.7 Overloading the Assignment
					Operators
				
				
				The Assignment Operator,
					  =
				
					Must be a member function
					Is automatically generated
						
							Member-wise copy
							Destructor and copy constructor also supplied by compiler
						
					
					Desired behavior for many classes
					Explicitly supply if class has outside references
				
				
				
				
				
				
					prev
					|top
					|next
				
				
				
				
							

相关资源