When we have const or references in assignment operator , then compiler force you to write your own assignement operators. The reason is , const and reference variables can not be re-assigned once we initialized them during construction.
Thursday, 3 April 2014
When you HAVE TO write assignment operator?
Labels:
assignment operator,
c++,
mandatory
Subscribe to:
Post Comments (Atom)
AWS Data Pipeline Services
https://www.youtube.com/watch?v=tykcCf-Zz1M
-
#include <stdio.h> #include <string.h> #include <unistd.h> #include <sys/types.h> #include <stdlib.h> i...
-
Given n numbers, find out i and j where 1<=i<=j<=n, where the sumof elements from i to j is maximum. All positive : Sum of all ele...
-
https://www.youtube.com/watch?v=Ydts27Qa8H0
No comments:
Post a Comment