8 Answered Questions
[SOLVED] What is The Rule of Three?
- 2010-11-13 13:27:09
- fredoverflow
- 242065 View
- 1951 Score
- 8 Answer
- Tags: c++ copy-constructor assignment-operator c++-faq rule-of-three
5 Answered Questions
[SOLVED] What is the copy-and-swap idiom?
- 2010-07-19 08:42:09
- GManNickG
- 302798 View
- 1781 Score
- 5 Answer
- Tags: c++ copy-constructor assignment-operator c++-faq copy-and-swap
10 Answered Questions
[SOLVED] Why don't Java's +=, -=, *=, /= compound assignment operators require casting?
- 2012-01-03 10:10:32
- Honza Brabec
- 262936 View
- 3412 Score
- 10 Answer
- Tags: java casting operators variable-assignment assignment-operator
2 Answered Questions
[SOLVED] Understanding exactly when a data.table is a reference to (vs a copy of) another data.table
- 2012-04-19 09:19:30
- Peter Fine
- 28110 View
- 165 Score
- 2 Answer
- Tags: r reference copy data.table assignment-operator
7 Answered Questions
[SOLVED] What are the differences between "=" and "<-" in R?
- 2009-11-16 12:14:51
- csgillespie
- 153751 View
- 600 Score
- 7 Answer
- Tags: r assignment-operator r-faq
8 Answered Questions
[SOLVED] Multiple assignment and evaluation order in Python
- 2012-01-04 10:57:38
- rafuru
- 33610 View
- 36 Score
- 8 Answer
- Tags: python assignment-operator
4 Answered Questions
[SOLVED] The forgotten assignment operator "=" and the commonplace ":="
- 2011-09-18 15:02:29
- A.H.
- 7214 View
- 37 Score
- 4 Answer
- Tags: postgresql plpgsql assignment-operator colon-equals
2 Answered Questions
[SOLVED] data.table objects assigned with := from within function not printed
- 2015-10-07 09:05:30
- janosdivenyi
- 1892 View
- 34 Score
- 2 Answer
- Tags: r function data.table assignment-operator
6 Answered Questions
[SOLVED] Why must the copy assignment operator return a reference/const reference?
- 2010-06-23 21:45:23
- bks
- 35444 View
- 56 Score
- 6 Answer
- Tags: c++ operator-overloading copy-constructor assignment-operator
8 Answered Questions
[SOLVED] What is the motivation for Scala assignment evaluating to Unit rather than the value assigned?
- 2010-01-04 10:37:34
- Graham Lea
- 6805 View
- 78 Score
- 8 Answer
- Tags: scala functional-programming io assignment-operator
5 Answered Questions
[SOLVED] How to use base class's constructors and assignment operator in C++?
- 2009-08-04 09:58:23
- Igor Oks
- 65054 View
- 83 Score
- 5 Answer
- Tags: c++ inheritance constructor assignment-operator
8 Answered Questions
[SOLVED] Shortcut "or-assignment" (|=) operator in Java
- 2010-03-21 09:06:34
- David Mason
- 52353 View
- 79 Score
- 8 Answer
- Tags: java assignment-operator compound-assignment or-operator
10 Answered Questions
[SOLVED] Is it possible to overload Python assignment?
- 2012-06-13 23:13:33
- Caruccio
- 26544 View
- 57 Score
- 10 Answer
- Tags: python class methods assignment-operator magic-methods
11 Answered Questions
[SOLVED] Why doesn't Java have compound assignment versions of the conditional-and and conditional-or operators? (&&=, ||=)
- 2010-02-24 08:25:17
- polygenelubricants
- 12184 View
- 73 Score
- 11 Answer
- Tags: java conditional-operator assignment-operator short-circuiting compound-assignment
3 Answered Questions
[SOLVED] Reference assignment operator in PHP, =&
- 2009-11-20 04:28:52
- Kyle J. Dye
- 29276 View
- 81 Score
- 3 Answer
- Tags: php operators assignment-operator
1 Answered Questions
[SOLVED] When is overloading pass by reference (l-value and r-value) preferred to pass-by-value?
- 2013-08-18 20:22:31
- cdmh
- 1723 View
- 22 Score
- 1 Answer
- Tags: c++ c++11 overloading assignment-operator copy-and-swap
5 Answered Questions
[SOLVED] The copy constructor and assignment operator
- 2011-03-20 11:41:40
- Paul Manta
- 58819 View
- 48 Score
- 5 Answer
- Tags: c++ constructor operators copy-constructor assignment-operator
2 Answered Questions
[SOLVED] How are C++ array members handled in copy control functions?
- 2010-11-12 11:50:06
- fredoverflow
- 3613 View
- 29 Score
- 2 Answer
- Tags: c++ arrays copy-constructor assignment-operator
1 Answered Questions
[SOLVED] Assign multiple objects to .GlobalEnv from within a function
- 2012-03-15 19:24:23
- Tyler Rinker
- 8891 View
- 18 Score
- 1 Answer
- Tags: r global environment assign assignment-operator
9 Answered Questions
[SOLVED] Why cannot a non-member function be used for overloading the assignment operator?
- 2010-10-14 13:29:51
- bjskishore123
- 16750 View
- 27 Score
- 9 Answer
- Tags: c++ operator-overloading assignment-operator
2 Answered Questions
[SOLVED] Update subset of data.table based on join
- 2013-02-06 03:20:06
- dnlbrky
- 5505 View
- 17 Score
- 2 Answer
- Tags: r join data.table subset assignment-operator
3 Answered Questions
[SOLVED] Why should the assignment operator return a reference to the object?
- 2012-01-30 23:06:40
- maccard
- 10969 View
- 15 Score
- 3 Answer
- Tags: c++ operator-overloading return-type assignment-operator
4 Answered Questions
[SOLVED] Return value of assignment operation in Java
- 2016-07-02 19:52:48
- sunder
- 9378 View
- 20 Score
- 4 Answer
- Tags: java expression file-handling assignment-operator
3 Answered Questions
[SOLVED] what is return type of assignment operator?
- 2013-03-08 11:25:36
- rahul1210
- 23879 View
- 21 Score
- 3 Answer
- Tags: c++ reference assignment-operator dereference lvalue
7 Answered Questions
[SOLVED] What's the use of the private copy constructor in c++
- 2011-07-25 01:36:20
- user796530
- 31977 View
- 40 Score
- 7 Answer
- Tags: c++ copy-constructor assignment-operator
10 Answered Questions
[SOLVED] Overloading assignment operator in C++
- 2010-03-15 14:08:18
- jasonline
- 6683 View
- 15 Score
- 10 Answer
- Tags: c++ operator-overloading assignment-operator
5 Answered Questions
[SOLVED] Value returned by the assignment
- 2013-04-16 01:21:26
- user10165
- 11699 View
- 32 Score
- 5 Answer
- Tags: javascript assignment-operator
2 Answered Questions
[SOLVED] What's the difference between `=` and `<-` in R?
- 2010-02-16 08:54:06
- Mehper C. Palavuzlar
- 67020 View
- 95 Score
- 2 Answer
- Tags: r assignment-operator variable-assignment
5 Answered Questions
[SOLVED] C++ why the assignment operator should return a const ref in order to avoid (a=b)=c
- 2011-01-16 16:56:09
- antonis_wrx
- 11663 View
- 23 Score
- 5 Answer
- Tags: c++ operator-overloading assignment-operator
3 Answered Questions
[SOLVED] Should the Copy-and-Swap Idiom become the Copy-and-Move Idiom in C++11?
- 2014-06-03 11:33:57
- Aberrant
- 4484 View
- 22 Score
- 3 Answer
- Tags: c++ c++11 move-semantics assignment-operator copy-and-swap