DEV Community

Discussion on: Assingment vs. Initialization in C++

Collapse
 
maresia profile image
Maresia

Cool, before I got involved with move semantics I had no idea of the difference between assignment and initialization. I believe that many people don't even try to understand :3
constructor -> initialization
operator= -> assignment

[google translator]