append() functionthanks! makes sense. (...STRING-LIKE OBJECT) I thought .push_back() only works with vectors and I...
append() functionyes actually I did check: http://www.cplusplus.com/reference/string/string/append/ Look at the...
append() functionI am trying to use the append() function with a string: [code] string my_string; char my_char...
method Vs functionWell, (method <= function) and function !(function<=method) where "<=" is a special ordering o...
method Vs functionClear. Thanks!