介绍
在本实验中,我们将学习如何在 C++ 编程语言中查找用户输入的字符串的长度。
Skills Graph
%%%%{init: {'theme':'neutral'}}%%%%
flowchart RL
cpp(("`C++`")) -.-> cpp/BasicsGroup(["`Basics`"])
cpp(("`C++`")) -.-> cpp/IOandFileHandlingGroup(["`I/O and File Handling`"])
cpp(("`C++`")) -.-> cpp/StandardLibraryGroup(["`Standard Library`"])
cpp(("`C++`")) -.-> cpp/SyntaxandStyleGroup(["`Syntax and Style`"])
cpp/BasicsGroup -.-> cpp/strings("`Strings`")
cpp/IOandFileHandlingGroup -.-> cpp/output("`Output`")
cpp/IOandFileHandlingGroup -.-> cpp/user_input("`User Input`")
cpp/IOandFileHandlingGroup -.-> cpp/files("`Files`")
cpp/StandardLibraryGroup -.-> cpp/string_manipulation("`String Manipulation`")
cpp/SyntaxandStyleGroup -.-> cpp/code_formatting("`Code Formatting`")
subgraph Lab Skills
cpp/strings -.-> lab-96191{{"`在 C++ 中确定字符串长度`"}}
cpp/output -.-> lab-96191{{"`在 C++ 中确定字符串长度`"}}
cpp/user_input -.-> lab-96191{{"`在 C++ 中确定字符串长度`"}}
cpp/files -.-> lab-96191{{"`在 C++ 中确定字符串长度`"}}
cpp/string_manipulation -.-> lab-96191{{"`在 C++ 中确定字符串长度`"}}
cpp/code_formatting -.-> lab-96191{{"`在 C++ 中确定字符串长度`"}}
end