How to Convert text to bits in VC++
-
iam encoding some text....after getting the encoded text,then i want to convert this text into bits for modulating purpose..pls give me suggetion to encode some text into bitstream
-
iam encoding some text....after getting the encoded text,then i want to convert this text into bits for modulating purpose..pls give me suggetion to encode some text into bitstream
if you want help, you should at least indicate the format of the text you get, and how you want it to be transformed...
[VisualCalc][Binary Guide][CommDialogs] | [Forums Guidelines]
-
if you want help, you should at least indicate the format of the text you get, and how you want it to be transformed...
[VisualCalc][Binary Guide][CommDialogs] | [Forums Guidelines]
i encoded the text "ABC" using CCITT1 encoding technique and i got the text as "#V" now i want to convert this encoded text #V into bitstream.....
-
i encoded the text "ABC" using CCITT1 encoding technique and i got the text as "#V" now i want to convert this encoded text #V into bitstream.....
any particuliar format you must have in your bit stream budy ?????
[VisualCalc][Binary Guide][CommDialogs] | [Forums Guidelines]
-
any particuliar format you must have in your bit stream budy ?????
[VisualCalc][Binary Guide][CommDialogs] | [Forums Guidelines]
Mr.toxcct, i want to generate each Charecter in 8bits and i want to store this genrerated bits in an array.. looking for ur help
-
Mr.toxcct, i want to generate each Charecter in 8bits and i want to store this genrerated bits in an array.. looking for ur help
a char is already 8 bits... just store it as is. what have you tried so far by the way to achieve this ?
[VisualCalc][Binary Guide][CommDialogs] | [Forums Guidelines]