Ad
  • Default User Avatar

    is it possible to see all the examples somehow?

  • Custom User Avatar

    Initial soltion should #include <string>, not <iostream>.

  • Default User Avatar
    testing_all_symbols
    Caught std::exception, what(): basic_string::_M_construct null not valid
    

    Is this from by trying to construct a std::string with a null char * pointer?

    Because if so, this causes undefined behavior.

    What is being tested here?