Hi,
I want to calculate 2's complement [ Negate all bits + 1] of BYTE array in c++ or VC++
firstly i am adding all elements of BYTE array and assigning it to integer variable now i want to calculate 2's complement of it. How can i do this plz help...
Does anyone know how to convert BYTE to binary format?

Thanks
Mukesh:)

Recommended Answers

All 4 Replies

>>in c++ or VC++

VC++ is a compiler, not a computer language.

found this with google

>>in c++ or VC++

VC++ is a compiler, not a computer language.

I need it in Visual C++ project or in simple c++

see my previous answer -- it contains a link

Thanks.
can we split the bits of byte data variable. what should i used for it... means which datatype to store the values
like A2 in hex as
162 in Dec

A2 in Binary
1010 0010

I want first 6 bit in one variable and last two in other. can i use shift operator? but how to use with bit ? plz help

Thanks again.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.