0
c++ binary
hi, I'm studying c++ with a book. I'm reading a chapter about binary in c++. I skip this chapter because it's too boring for me. did binary is important in c++?
4 Answers
+ 1
bit manipulation
0
what is boring about it?
0
Well, it depends !, for a beginner it's not necessary to use them or understand them, although it's better to have at least an idea.
bit manipulation is mostly used to optimize performance at a lower level,
or cryptography....
so you can skip it, and learn it when you have to.
0
thanks for your answer!