User profile: korivios

User info
User name:korivios
History
Joined:
Number of posts:22
Latest posts:

append() function
thanks! makes sense. (...STRING-LIKE OBJECT) I thought .push_back() only works with vectors and I...

append() function
yes actually I did check: http://www.cplusplus.com/reference/string/string/append/ Look at the...

append() function
I am trying to use the append() function with a string: [code] string my_string; char my_char...

method Vs function
Well, (method <= function) and function !(function<=method) where "<=" is a special ordering o...

method Vs function
Clear. Thanks!