asked
[MMORPG Game Development Series with C# and Unity] Part 1: Introduction to Basic C# Programming
[RENEWAL] The Secret of Integer Range
Written on
·
316
6
계산기 byte모드는 -128~127 이니까 결국 프로그래밍에서는 음수표현을 위한 sbyte인 셈인건가요? byte (0~255) 로 표현은 계산기WORD 모드에서만 가능한건가요??
Answer 1
1
맞습니다. 윈도우 계산기에선 word모드 혹은 그보다 큰 범위로 가셔야 해요.