Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ツール/オンラインコンパイラ: GDB Onlineの追加 #18

Merged
merged 3 commits into from
Apr 21, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 8 additions & 7 deletions docs/tools/onlinecompilers.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,14 @@ description: C++ プログラムのコンパイル・実行ができる Web サ

C++ プログラムのコンパイル・実行ができる Web サイトです。

| | コンパイラ | 日本語入出力 | インタラクティブ | 複数ファイル | Share |
| --------------------------------------------------------- | -------------------------------- | ----------- | -------------- | ----------- | ---------- |
| [Wandbox](https://wandbox.org/) | gcc HEAD 9.0.1, Clang HEAD 9.0.0 | :fa-check: | | :fa-check: | :fa-check: |
| [repl.it](https://repl.it/languages/cpp) | Clang 7.0.0 | :fa-check: | :fa-check: | :fa-check: | :fa-check: |
| [paiza.io](https://paiza.io/ja/projects/new?language=cpp) | Clang 6.0.0 | :fa-check: | | :fa-check: | :fa-check: |
| [Ideone](https://ideone.com/) | gcc 6.3.0 | :fa-check: | | | :fa-check: |
| [C++ Shell](http://cpp.sh/) | gcc 4.9.2 | | :fa-check: | | :fa-check: |
| | コンパイラ | 日本語入出力 | インタラクティブ | 複数ファイル | Share |
| --------------------------------------------------------- | -------------------------------- | ------------ | ---------------- | ------------ | ---------- |
| [Wandbox](https://wandbox.org/) | gcc HEAD 9.0.1, Clang HEAD 9.0.0 | :fa-check: | | :fa-check: | :fa-check: |
| [repl.it](https://repl.it/languages/cpp) | Clang 7.0.0 | :fa-check: | :fa-check: | :fa-check: | :fa-check: |
| [paiza.io](https://paiza.io/ja/projects/new?language=cpp) | Clang 6.0.0 | :fa-check: | | :fa-check: | :fa-check: |
| [GDB Online](https://www.onlinegdb.com/) | gcc 7.3.0 | :fa-check: | :fa-check: | :fa-check: | :fa-check: |
| [Ideone](https://ideone.com/) | gcc 6.3.0 | :fa-check: | | | :fa-check: |
| [C++ Shell](http://cpp.sh/) | gcc 4.9.2 | | :fa-check: | | :fa-check: |

## C++ Insights: ソース → ソース変換
[C++ Insights](https://cppinsights.io/) は、ラムダ式、range-based for, 構造化束縛などで何が起こっているのかを、プログラムを単純なソースコードに分解することで可視化するオンラインのツールです。
Expand Down