char_traits::assign question[quote][code]"Testing assign()" [/code]is a string literal, which is an array of const char, you can...
char_traits::assign questionI am looking into the <string> header and came along char_traits::assign on <http://www.cplusplus.co...
Function program won't compileJust to make sure something important does not get forgotten, I do have a few points that need to be...
Flowchart Problem. This is not C++ specific, but can be used in C++ so here is a little help: All you need to do is cr...
How to return array inside a function?Please forgive a layman, but, although it works, I do not understand how the result in add() is pass...