While running my program I get this Error:
terminate called after throwing an instance of 'std::length_error' what(): basic_string::_S_create Abort trap
I know that you can't do much without the code but I think that error is to deep in the code to copy all of it. Maybe I can figure it out if I understand what this error means. Is this a sign for an issue with reading or writing at the wrong memory address?
Is there something I can do to get more information about the problem from my program?