字符串类的实现

roo*_*kie 2 c++

我对执行感兴趣reverse iterator with rbegin(), rend() and operator++ of the class string,我在谷歌找不到它,我该怎么办呢?提前感谢任何帮助或任何链接

Oli*_*rth 5

您可以查看实现头文件.(例如/usr/include/c++/4.1.2/string在Linux上).这通常只会吸引真正的肉所在的其他头部的负载,例如bits/basic_string.h.

我不知道他们居住在哪里,例如VC++,但你通常可以通过创建一个std::string,选择它并按F12来获得Intellisense .