扫描二维码下载沐宇APP

沐宇

微信扫码使用沐宇小程序

沐宇

c++涓璫string杞瑂tring鎬庝箞瀹炵幇

扬州沐宇科技
2024-04-12 10:42:47
c++

鍦–++涓紝鍙互浣跨敤std::string绫荤殑鏋勯€犲嚱鏁版潵瀹炵幇灏?code>cstring杞崲涓?code>string銆備笅闈㈡槸涓€涓畝鍗曠殑绀轰緥锛?/p>

#include <iostream>
#include <cstring>
#include <string>

int main() {
    const char* cstr = "Hello, World!";
    std::string str(cstr);

    std::cout << "Converted string: " << str << std::endl;

    return 0;
}

鍦ㄤ笂闈㈢殑绀轰緥涓紝鎴戜滑灏嗕竴涓?code>const char*绫诲瀷鐨?code>cstring杞崲涓?code>std::string绫诲瀷鐨?code>string锛屽苟灏嗗叾杈撳嚭鍒版帶鍒跺彴銆傞€氳繃浣跨敤std::string绫荤殑鏋勯€犲嚱鏁帮紝鎴戜滑鍙互杞绘澗鍦板疄鐜拌繖绉嶈浆鎹€?/p>

扫码添加客服微信