c++ binary | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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++?

21st Sep 2021, 5:12 PM
NotBadPlayer
NotBadPlayer - avatar
4 Answers
+ 1
bit manipulation
22nd Sep 2021, 5:21 AM
NotBadPlayer
NotBadPlayer - avatar
0
what is boring about it?
22nd Sep 2021, 12:21 AM
Bahhaⵣ
Bahhaⵣ - avatar
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.
22nd Sep 2021, 10:08 AM
Bahhaⵣ
Bahhaⵣ - avatar
0
thanks for your answer!
22nd Sep 2021, 10:32 AM
NotBadPlayer
NotBadPlayer - avatar