Hello all,
I have a problem..I am not a very seasoned C++ programmer, but am forced to write some code for a specific project. One part that I am stuck on is the following:
If i have two variables, say X=0x12345678 and y=0x87654321
how do I concactenate these two to form one single
variable z=0x1234567887654321..
Any and all the help would be greatly appreciated.
Thanks...
I have a problem..I am not a very seasoned C++ programmer, but am forced to write some code for a specific project. One part that I am stuck on is the following:
If i have two variables, say X=0x12345678 and y=0x87654321
how do I concactenate these two to form one single
variable z=0x1234567887654321..
Any and all the help would be greatly appreciated.
Thanks...