このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
サインイン
kornerr
/
research-portable-memory
ウォッチ
1
スター
0
フォーク
0
コード
課題
0
プルリクエスト
0
リリース
0
Wiki
アクティビティ
ソースを参照
d
main
Михаил Капелько
9ヶ月前
親
8027ffbdba
コミット
b4266c3837
8個のファイルの変更
、
7行の追加
、
11行の削除
分割表示
差分オプション
統計情報を表示
Patchファイルをダウンロード
Diffファイルをダウンロード
+1
-0
.gitignore
+0
-3
cpp/Memory/src/Memory.Aux.c
+0
-0
cpp/Memory/src/Memory.Aux.cpp
+0
-1
cpp/gen
バイナリ
cpp/mem
+0
-7
cpp/src/test.c
+5
-0
cpp/src/test.cpp
+1
-0
gen-cpp
+ 1
- 0
.gitignore
ファイルの表示
@@ -0,0 +1 @@
mem
+ 0
- 3
cpp/Memory/src/Memory.Aux.c
ファイルの表示
@@ -1,3 +0,0 @@
UT_hash
+ 0
- 0
cpp/Memory/src/Memory.Aux.cpp
ファイルの表示
+ 0
- 1
cpp/gen
ファイルの表示
@@ -1 +0,0 @@
cc -o mem src/test.c
バイナリ
cpp/mem
ファイルの表示
+ 0
- 7
cpp/src/test.c
ファイルの表示
@@ -1,7 +0,0 @@
#include <stdio.h>
int main() {
printf("Hello, world!\n");
return 0;
}
+ 5
- 0
cpp/src/test.cpp
ファイルの表示
@@ -0,0 +1,5 @@
#include <iostream>
int main() {
std::cout << "Hello, world! C++" << std::endl;
}
+ 1
- 0
gen-cpp
ファイルの表示
@@ -0,0 +1 @@
c++ -o mem cpp/src/test.cpp
書き込み
プレビュー
読み込み中…
キャンセル
保存