⬅️ CS50 Week 04 - Memory
File I/O
This is how you define a BYTE
:
🤔 How do you recognize a jpg file?
The first three bytes of any .jpg
files are: 0xff
, 0xd8
and 0xff
.
🤔 What is a bitmap?
A map of bits 🥁
And, finally, this is how you copy a file, one byte at a time: