gpt4 book ai didi

c++ - 使用 sort() 对字符数组进行排序

转载 作者:塔克拉玛干 更新时间:2023-11-03 04:36:22 26 4
gpt4 key购买 nike

我正在尝试像这样对 char 数组进行排序:

#include<algorithm>
...
char x[] = "coast";
sort(x, x+5);
std::cout<<x;

但它显示垃圾。但是,整数数组已正确排序。

最佳答案

在这里工作正常

[~]> clang++ test.cpp
[~]> ./a.out
acost

关于c++ - 使用 sort() 对字符数组进行排序,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4530401/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com