txtファイルから読み取った大きな配列から空白を削除しようとしています。 私が扱う配列のstrlen()は約15,000〜22,500です。ここで は私のコードです: #include <stdio.h>
#include <ctype.h>
void whiteSpace(char str[]){
int i, j;
for (i = 0; str[i] != 0; i
私は試しましたが、中間の単語を後ろに印刷することはできません! ex。入力=この単語を後方に;出力=任意の提案が高く評価され char chai[80];
int cont=0;
cout << "Enter odd string words to reverse the one of the middle: ";
cin.getline(chai,80);
for(int x=0; x<
私のプログラムにはC++を使用しています。私はGet the last element of a std::stringを読んだが、どれも助けなかった。私のコードは次のとおりです。ここで #include <iostream>
#include <string>
using namespace std;
int main()
{
string