c++ - Convert a hexadecimal value into a binary value -


this question has answer here:

i have program needs take hexadecimal value of 2 digits (up ff) , convert each digit separate 4-digit binary value (up 1111). i'm able write algorithm me, before that, there easy way built-in functions in c++?

there's similar question answered here:

convert strings between hex format , binary format

you might want check out, think answer provided there complete , easy understand.


Comments

Popular posts from this blog

java - SSE Emitter : Manage timeouts and complete() -

jquery - uncaught exception: DataTables Editor - remote hosting of code not allowed -

java - How to resolve error - package com.squareup.okhttp3 doesn't exist? -