質問編集履歴

3

コード修正。

2016/08/23 10:37

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  これまで#define で画像の縦と横を定義していました。
6
6
 
7
-
7
+ ```C
8
8
 
9
9
  #define height 400
10
10
 
@@ -14,7 +14,7 @@
14
14
 
15
15
  char screen[height][width][3]
16
16
 
17
-
17
+ ```
18
18
 
19
19
 
20
20
 

2

2016/08/23 10:37

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -6,9 +6,9 @@
6
6
 
7
7
 
8
8
 
9
- #define height 400
9
+ #define height 400
10
10
 
11
- #define width 400
11
+ #define width 400
12
12
 
13
13
 
14
14
 

1

2016/08/23 10:32

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
File without changes