Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在研究一个需要我获取一行前两个元素的子字符串的函数。
char 那些 = line.substr(0,1);
当我运行程序时,它只需要第一个元素,就是这样。
你能告诉我我做错了什么吗?
另外,我如何告诉 C++ 从索引中获取以下元素直到行尾?
第二个参数是要采用的元素数量,而不是包含索引。