Thread: conversion
View Single Post
  #7 (permalink)  
Old August 6th, 2004, 06:13 PM
mehdi62b mehdi62b is offline
Friend of Wrox
 
Join Date: Jul 2004
Posts: 623
Thanks: 0
Thanked 1 Time in 1 Post
Default

after five months ;)
yes you are right after above code,write below code
Code:
count=size-1;
while(binary[count])
{
binary[count])=0;
count--;
}
binary[count])=1;
--------------------------------------------
Mehdi.:)
Reply With Quote