質問編集履歴

2

誤字

2018/09/07 07:42

投稿

huroku
huroku

スコア12

test CHANGED
File without changes
test CHANGED
@@ -344,7 +344,7 @@
344
344
 
345
345
 
346
346
 
347
- ###実行時のコマンドライン
347
+ ###コンパイル時のコマンドライン
348
348
 
349
349
  ```ここに言語を入力
350
350
 

1

コマンドラインの追加

2018/09/07 07:42

投稿

huroku
huroku

スコア12

test CHANGED
File without changes
test CHANGED
@@ -341,3 +341,13 @@
341
341
  〇〇のファイルを見せてほしい、等ありましたら言ってください。
342
342
 
343
343
  よろしくお願いします。
344
+
345
+
346
+
347
+ ###実行時のコマンドライン
348
+
349
+ ```ここに言語を入力
350
+
351
+ sudo g++ -o Color_Stream.exe Color_Stream.cpp
352
+
353
+ ```