前提
WIndows OS
Visual Studio Code
プログラム
| test.cpp |
|---|
|
#include <stdio.h> int main(void){ printf("Hello"); return 0; } |
コンパイル
|
g++ -o test test.cpp |
実行
|
./test.exe |
出力結果
|
Hello |
ページの作成
親となるページを選択してください。
WIndows OS
Visual Studio Code
| test.cpp |
|---|
|
#include <stdio.h> int main(void){ printf("Hello"); return 0; } |
|
g++ -o test test.cpp |
|
./test.exe |
|
Hello |
ページの作成
親となるページを選択してください。
子ページはありません
コメントを削除してもよろしいでしょうか?
掲示板