Strings

  • c_str this is the type of string literals and used to interface with c functions

Note: If you want to access individual chars in the string, consider working with slices