Hi i need help on converting numbers/characters into binary numbers.. is there a header file that lets me do it? or i need to do a lot of if statments.... my idea is to write a .txt file with all the information in it, like:
A 1000001
i'll just use a char variable to take care of the space, and use apstring to read the binary numbers so it comes out in one piece... and use another char variable to find the match... is that a good idea? or there's an easier way to do it
if you have a better idea, please tell me, appreciate any inputs!
ps. for the numbers, first convert them to ascii values, then do the conversion.. in case any of you guys are confused
~GiLtY
A 1000001
i'll just use a char variable to take care of the space, and use apstring to read the binary numbers so it comes out in one piece... and use another char variable to find the match... is that a good idea? or there's an easier way to do it
if you have a better idea, please tell me, appreciate any inputs!
ps. for the numbers, first convert them to ascii values, then do the conversion.. in case any of you guys are confused
~GiLtY