User profile: RobiBue

User info
User name:RobiBue
Name:Robert Bücheler
History
Joined:
Number of posts:15
Latest posts:

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 question
I am looking into the <string> header and came along char_traits::assign on <http://www.cplusplus.co...

Function program won't compile
Just 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...