⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 tstring.exp

📁 gcc-2.95.3 Linux下最常用的C编译器
💻 EXP
字号:
an empty string:A string initialized to Hello:HelloA string initialized to previous string:HelloA string initialized to (previous string, 1, 2):elA string initialized to @:@A string initialized to 20:20n = 20 atoi(n) = 20 atof(n) = 20is = Helloz = x + y = Helloworldx += y; x = Helloworldy.insert (0, x); y = Helloworldx = x + y + x; x = HelloworldHellox = y + x + x; x = worldHelloHelloz = x + s +  + y.substr (y.find (w), 1) + y.substr (y.find (w) + 1) + . = Hello, world.ch = x[0] = Hz = x.substr (2, 3) = llox.replace (2, 2, r); x = Herox.replace (0, 1, 'j'); x = jellox = jeHellooenter a word:word =abcdefghijklmnopqrstuvwxyz length = 26End of test

⌨️ 快捷键说明

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