Course Information
- Available
- *The delivery and distribution of the certificate are subject to the policies and arrangements of the course provider.
Course Overview
Important and Common Uses of Lower Level Operations in C and C++
In this course we will discuss the importance of bitwise operations in modern programming, how bitwise operations are performed, how to set up a “bit mask” to test for a particular bit pattern, or to turn on a specific bit, etc.
This course is an additional course to our “Demystifying Object Oriented Programming with C++” and “C programming language demystified”. If you have not completed the C programming Demystified course, I recommend that you complete it or maybe take them at the same time. This course is essential in understanding the lower level operators in the C and C++ language. Having an understanding of these concepts will help you to be a better programmer by learning the how and why these features are used in the programs we write each day.
We will write small utility applications that will convert Decimal to Binary, Binary to Decimal, Decimal to Hex and more. In the section 2 we are going to add minimum 7 videos of applications of bit-wise operators at periodic intervals
Course Content
- 2 section(s)
- 17 lecture(s)
- Section 1 Operations on Bits
- Section 2 Applications of Bitwise operators
What You’ll Learn
- You will learn how to write useful programs or routines using bitwise opperations.
- Write an application or functions that can be used in testing your programs
- You will write an application to convert Decimal values into binary,
- Write Application to convert Binary to Decimal
- Write an Application to convert Decimal to Hex
- You will become confident enough to face a college viva or company interview
Reviews
-
DDevika Manikandan
good
-
MMpho Rafutho
wonderful course that shows an alternatives to normal c logic of calculations but use bit-wise operations to perform more calculations. The course explained and had practical examples of many ways to use bitwise operations: to calculate, to compare and to convert.
-
VVarrapoli Reddy
good
-
IIñaki Garcia
The course delivered what it promised. It has a huge array of examples and I loved the way of explaining it. The only negative thing I would mention is the unnecesary amount of times the lecturer reads the variables as 0..1..0..1...etc. Overall, an amazing course!