大きな文字列(ファイルではない)の空行を削除したいと思います。 これは文字列です: The unique begin of a line in my string, after that a content same endline
The unique begin of a line in my string, after that a content same endline
母音チェック機能を作っています。私は言語にいくぶん新しいです。文字列リテラルと文字配列を比較することはできません。これは本当ですか?私のプログラムはいつもクラッシュし、私は問題が何かを見ることができません。誰かが私のコードに問題がある理由を私に説明することはできますか?どんな種類の入力ありがとうございます。 void checkVowel(char someString[]){
int
最近C + +をレビューしています。しかし、私はchar配列を印刷するパズルに挑戦しています。コードは次のとおりです。 int n = 5;
char *array1 = new char[n];
for (unsigned int i = 0; i < n - 1; i++)
array1[i] = (char)i;
cout << array1 << endl;
cout <
#include <iostream>
#include <string>
#include <sstream> // don't mind this
#include <ctime> //don't mind this either
using namespace std;
int main() {
const string password