Translations:Development/Tutorials/Common Programming Mistakes/87/en
Non-POD ("plain old data") types should be passed by const reference if at all possible. This includes anything other than the basic types such as char and int.
Non-POD ("plain old data") types should be passed by const reference if at all possible. This includes anything other than the basic types such as char and int.