I want to convert strings to bit-fields.Also,convert them to binary and then use. Need help with this..help me ..
|
|
|||
|
|
|
I think the struct module is what you're after. Example of usage:
|
||
|
|
|
|
they're all binary already... Which language are we talking about? I'd start by looking at the string as an array of characters and working with each character individually. |
||
|
