You are about to report the tutorial shown below for review. Please only report if there is a problem with it.
Thanks.
Character Sequences C and C++ / Getting Started
As you may already know, the C++ Standard Library implements a powerful string class, which is very useful to handle and manipulate strings of characters. However, because strings are in fact sequences of characters, we can represent them also as plain arrays of char elements.