C++ 문자열

Jmnote (토론 | 기여)님의 2023년 9월 10일 (일) 17:33 판

1 개요

C++ string
C++ 문자열
#include <iostream>
#include <string>
using namespace std;

int main() {
    string s = "hello";
    cout << s.length(); // 5
}

2 멤버 함수

3 참고

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}