DaniWeb Forum Index
>
Search Forums
Search Results
•
•
•
•
Showing results 1 to 1 of 1
Search took
0.00
seconds.
Search:
Posts Made By:
declum
; Forum:
C
and child forums
Save these search results for 24 hours
Forum:
C
Sep 10th, 2006
Replies:
14
Code Snippet:
Binary to Decimal Conversion
Views:
62,547
Posted By
declum
your code is much long.. i found one in net try...
your code is much long.. i found one in net
try it
long bin2dec(char *s)
{
long r=0;
for (; *s; r = (r<<1) | (*s++ - '0'));
return r;
}
Showing results 1 to 1 of 1
Latest Posts
Today's Posts
All Forums
Unanswered Threads
All Forums
Related Forum Features
DaniWeb News Stories
DaniWeb Code Snippets
DaniWeb Tutorials
DaniWeb Product Reviews
DaniWeb White Papers
Forum Search
About Us
|
Contact Us
|
Advertise
|
DaniWeb
|
Acceptable Use Policy
|
©2003 - 2009 DaniWeb® LLC