C++ C문자열

Jmnote (토론 | 기여)님의 2023년 11월 19일 (일) 03:23 판 (Jmnote님이 C++ c str 문서를 C++ C문자열 문서로 이동했습니다)
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)

1 개요[ | ]

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

int main() {
    const char* charArray = "hello";
    cout << charArray;
}

2 같이 보기[ | ]

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