Content deleted Content added
Line 93:
==Operators==
The '+' operator is [[operator overloading|overloaded]]; it is used for string concatenation and arithmetic addition and also to convert strings to numbers (
// Concatenate 2 strings
|
Line 93:
==Operators==
The '+' operator is [[operator overloading|overloaded]]; it is used for string concatenation and arithmetic addition and also to convert strings to numbers (
// Concatenate 2 strings
|