...

/

Conversion Between C++ and C Strings

Conversion Between C++ and C Strings

There are several ways to convert C++ strings to C strings. Let's go through them now.

We'll cover the following...

While the conversion of a C string in a C++ string ...