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类型
全部评论

相关推荐

一颗宏心:华为HR晚上过了十二点后还给我法消息。
点赞 评论 收藏
分享
牛客410815733号:这是什么电影查看图片
点赞 评论 收藏
分享
评论
点赞
收藏
分享
牛客网
牛客企业服务