TIA, Lucas -- http://mail.python.org/mailman/listinfo/python-list
I am currently in the process of porting some C code into Python and am
stuck. I don't claim to be the greatest C/C++ programmer; in fact, my
skills at C are rudimentary at best. My question is I have the
statement: "typedef unsigned long int word32" and later on: "word32
b[3]" referencing the third bit of the integer. How do I do the same in
Python?? If this is a stupid, I apologize. It's amazing what the lack of
sleep does to the brain.
- Re: porting C code Lucas Raab
- Re: porting C code Steven Bethard
- Re: porting C code Roy Smith
- Re: porting C code Peter Hansen
- Re: porting C code Peter Hansen
- Re: porting C code Lucas Raab
- Re: porting C code Duncan Booth
- Re: porting C code Peter Hansen
- Re: porting C code Lucas Raab