이 웹사이트는 자바스크립트 활성화가 필요합니다.
홈
탐색
도움말
로그인
kornerr
/
research-portable-memory
보기
1
좋아요
0
포크
0
코드
이슈
0
풀 리퀘스트
0
릴리즈
0
위키
활동
소스 검색
d
main
Михаил Капелько
9 달 전
부모
8027ffbdba
커밋
b4266c3837
8개의 변경된 파일
과
7개의 추가작업
그리고
11개의 파일을 삭제
분할 보기
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
.gitignore
+0
-3
cpp/Memory/src/Memory.Aux.c
+0
-0
cpp/Memory/src/Memory.Aux.cpp
+0
-1
cpp/gen
BIN
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
BIN
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
쓰기
미리보기
불러오는 중...
취소
저장