c_cpp string→char *

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了c_cpp string→char *相关的知识,希望对你有一定的参考价值。

#include <cstdio>
#include <string>
using namespace std;

int main() {
	string s = "hello";
	printf("%s\n", s.c_str());	// hello
	return 0;
}

以上是关于c_cpp string→char *的主要内容,如果未能解决你的问题,请参考以下文章

c_cpp Arduino加入字符串和* char - 来自https://stackoverflow.com/questions/31614364/arduino-joining-string-a

c_cpp 如何在C中将const char *转换为char *?

c_cpp int↔char

c_cpp char *➡双

c_cpp char *➡字符串

c_cpp 在cpp挑战char问题