i want to know the codes of c++ binary to decimal
c++ binary to decimalbinary to decimal
Page 1 of 1
2 Replies - 2137 Views - Last Post: 18 July 2008 - 12:58 PM
Replies To: c++ binary to decimal
#3
Re: c++ binary to decimal
Posted 18 July 2008 - 12:58 PM
junjun_pg, on 18 Jul, 2008 - 01:24 AM, said:
i want to know the codes of c++ binary to decimal
int main()
{
bin binaryNum = 01101001;
dec decimalNum = binToDec( binaryNum );
return 0;
}
Try that and if it doesn't work go to google and do a search for how to convert binary to decimal.
gabehabe, on 18 Jul, 2008 - 02:53 AM, said:
*sigh*
Page 1 of 1
|
|

New Topic/Question
Reply




MultiQuote








|