cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
convert Hexdecimal to Decimal
convert Hexdecimal to Decimal
Oct 28, 2008 at 5:50am UTC
enreval
(3)
Hi i need help to convert hexdecimal to decimal using C.. i'm stuck... please!!
thanks..
Last edited on
Oct 28, 2008 at 5:50am UTC
Oct 28, 2008 at 10:03am UTC
Faldrax
(324)
Think about how you would do it 'by hand', then make this your first attempt algorithm.
Think about a very simple case first (single hex digit), then gradualy extend this until you have a general solution.
Topic archived. No new replies allowed.