String类型

  • 遍历String
    string str("string");
    for(auto s: str){
      cout<<c<<endl;
    }
  • 遍历String并改变字符
    string str("string");
    for(auto &s: str){
      c = toupper(c);
    }
    cout<<c<<endl;
  • auto&&decltype
    int i = 42;
    //decltype(i)   int  类型
    //decltype((i)) int& 类型
    //auto j = i int类型
全部评论

相关推荐

11-09 12:17
清华大学 C++
out11Man:小丑罢了,不用理会
点赞 评论 收藏
分享
贪食滴🐶:你说熟悉扣篮的底层原理,有过隔扣职业球员的实战经验吗
点赞 评论 收藏
分享
评论
点赞
收藏
分享
牛客网
牛客企业服务