newbie help

ashtonn@gmail.com doodle4 at gmail.com
Wed Mar 23 19:05:58 EST 2005


I want to pass and index number  and a file name from the command line.
This index number corresponds to a buffer. I need to maintain 2 such
buffers for my test.

In C you would do someting like this
unsigned char buf1[512];

In python is this as simple as?
buf 1 = 512
buf 2 = 512
And how do i keep track of buf1 and buf2
Thanks.

Thanks.




More information about the Python-list mailing list