This week's book giveaway is in the Agile and other Processes forum. We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line! See this thread for details.
Hi, can anybody help? Thanks in advance. what i know is to get the binary format of positive numbers, like 25: 25 = 1 + 8 + 16, that is 0000 0001 ///this is one 0000 1000 //this is eight 0001 0000 //this is sixteen --------- 0001 1001 //this is what i want: twenty five in byte type 00000000 00000000 00000000 0001 1001 //is 25 in int type while, i have no idea how to get -25. as i know it would be different in byte than in int. Is the difference is to add all "one" before the -25 in byte format, which i don't know how to get?
Hi Tony, I had replied to Jody's similar post earlier, have a look at that thread and see if it is of any help. Here is the thread Don't know if it (my reply) makes any sense. Regards, - Manish
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.