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!
Hot today
I have made a calculator in which my % (Percentage) not work correctly for 100%50 or 100%20.
3 Votes
Python palindrome challenge.
1 Votes
Java
0 Votes
Number of Ones ( C++ ) question!
1 Votes