c_cpp 在cpp中使用char数组

Posted

tags:

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

#include <iostream>
using namespace std;

//mutable string class implemented as char array




int main() {
	char phrase[] = "hello";
	cout << phrase << endl;
	cout << phrase[1] << endl;
	return 0;
}

以上是关于c_cpp 在cpp中使用char数组的主要内容,如果未能解决你的问题,请参考以下文章

c_cpp 将Date转换为char数组

c_cpp c中带字符串和char数组的基本io

c_cpp c中带字符串和char数组的基本io

c_cpp 在const char **中使用strtod

c_cpp 在c中检查null char

c_cpp 在cpp挑战char问题