文章482
标签257
分类63
A method to add string literals in C++

A method to add string literals in C++

For historical reasons, and for compatibility with C, string literals are not standard library strings in C++.

This passage shows a simple way to accomplish this.