char(str[3]+str[4])
str += "text"
12345678
#include <iostream> using namespace std; int main() { cout << "Hello nicely formatted world!\n"; return 0; }