回答編集履歴

5

modify

2018/04/17 11:35

投稿

退会済みユーザー
test CHANGED
@@ -34,7 +34,7 @@
34
34
 
35
35
  The Compilar will casts all values into 2 bytes or 4 bytes integer when compare it with a numeric value.
36
36
 
37
- However, 'char' allows only -128 to 127 and could not contain 0xE3 that means 227.
37
+ However, 'char' allows only -128 to 127 and could not contains 0xE3 that means 227.
38
38
 
39
39
 
40
40
 

4

modify

2018/04/17 11:35

投稿

退会済みユーザー
test CHANGED
@@ -34,7 +34,7 @@
34
34
 
35
35
  The Compilar will casts all values into 2 bytes or 4 bytes integer when compare it with a numeric value.
36
36
 
37
- However, 'char' allows only -127 to 127 and could not contain 0xE3 that means 227.
37
+ However, 'char' allows only -128 to 127 and could not contain 0xE3 that means 227.
38
38
 
39
39
 
40
40
 

3

modify

2018/04/17 11:34

投稿

退会済みユーザー
test CHANGED
@@ -1,4 +1,4 @@
1
- I think that you may use 'unsigned char' intead of 'char'.
1
+ I think that you may use 'unsigned char' instead of 'char'.
2
2
 
3
3
 
4
4
 

2

modify

2018/04/17 11:30

投稿

退会済みユーザー
test CHANGED
@@ -46,7 +46,7 @@
46
46
 
47
47
 
48
48
 
49
- This means that comparing pointers. I think it will not be muched if dat[0] has same value as 'FFFFFFE3'.
49
+ This means that comparing their pointers. I think it will not be muched if dat[0] has same value as 'FFFFFFE3'.
50
50
 
51
51
 
52
52
 

1

modify

2018/04/17 11:30

投稿

退会済みユーザー
test CHANGED
@@ -32,7 +32,7 @@
32
32
 
33
33
 
34
34
 
35
- The Compilar will casts all values into 2 bytes or 4 bytes integer when compare it with numeric value.
35
+ The Compilar will casts all values into 2 bytes or 4 bytes integer when compare it with a numeric value.
36
36
 
37
37
  However, 'char' allows only -127 to 127 and could not contain 0xE3 that means 227.
38
38