由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - Q on overloaded assignment vs copy constructor.
相关主题
Is the order of initialization a, b, c or c, b, a?question overloading ++ error
one question about initializaiton list一道 memset in C++的题
抠字眼:assignment and initialize in C++what is the difference?
c++ initialize structHow to initialize object in constructor?
difference between copy constructor and overloaded assignment operator?大家谈谈看??
operator() overloading 一问pthread_create inside a constructor
c++问题,请高人指点迷津,c++ faq lite的一个例子问个copy constructor的问题
请教问题one question about struct
相关话题的讨论汇总
话题: overloaded话题: assignment话题: copy话题: vs
进入Programming版参与讨论
1 (共1页)
c**********e
发帖数: 2007
1
What is the special case that distinguishes overloaded assignment from copy
constructor?
l*****d
发帖数: 359
2
if copied when initialized: copy constructor
if copied after initilized: copy assignment operator
1 (共1页)
进入Programming版参与讨论
相关主题
one question about structdifference between copy constructor and overloaded assignment operator?
C++ operator = overloading用copy & swap有啥优点operator() overloading 一问
大家觉得C++复杂在哪里?c++问题,请高人指点迷津,c++ faq lite的一个例子
[合集] C# 面试问题讨论请教问题
Is the order of initialization a, b, c or c, b, a?question overloading ++ error
one question about initializaiton list一道 memset in C++的题
抠字眼:assignment and initialize in C++what is the difference?
c++ initialize structHow to initialize object in constructor?
相关话题的讨论汇总
话题: overloaded话题: assignment话题: copy话题: vs