test_exs.txt

来自「自编的一个String类」· 文本 代码 · 共 59 行

TXT
59
字号
Begin test-----------------------------------------Bad indexAn exception has been thrownLogic error:- out of rangestring index errorTrace: Block A.-----------------------------------------Bad pos valueAn exception has been thrownLogic error:- out of rangestring index errorTrace: Block B.-----------------------------------------0 in place of char*An exception has been thrownLogic error:- invalid argumentstring constructor: char* s = 0Trace: Block C.-----------------------------------------string too longAn exception has been thrownLogic error:- length errorstring length = nposTrace: Block D.-----------------------------------------string too longAn exception has been thrownLogic error:- length errorstring length >= nposTrace: Block E.-----------------------------------------(The following memory checks are probably not valid with allcompilers - see newmat documentation)Checking for lost memory: 8140996 8140996  - okChecking for lost memory: 8140996 8140996  - ok

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?