issues
search
motoya-k
/
CPractice
C practice
0
stars
0
forks
source link
進捗管理
#1
Open
motoya-k
opened
4 years ago
motoya-k
commented
4 years ago
Date
実施内容
気づいたこと
References
次回やりたいこと
motoya-k
commented
4 years ago
11/27
実施内容
アドレス演算子、間接演算子の復習
関係演算子について
論理演算子について
operand の 優先順位と結合規則について
気づいたこと
int 型と double 型のメモリ領域の様子について
boolean の比較結果が int 型ということは、これと int を比較できるということ -> bool 代数
Ref
結合について
https://www.grapecity.com/developer/support/powernews/column/clang/020/page05.htm
次回
ビット演算
シフト演算
排他的論理和と論理和
シフト演算による乗算
motoya-k
commented
4 years ago
11/29
実施内容
シフト演算子について
シフト演算子での文字列操作
気づいたこと
シフト演算子を利用することで、文字を2進数の配列と見なすことができる
次回
より詳しい Bit 演算
Date
実施内容
気づいたこと
References
次回やりたいこと