> How can i set a value to a bytes of block of memory. In C, i think they
> use
> memset like this.
Python is a high level programming language and does not support
direct memory access in the way that C does.
Can you explain why you think you need to do this?
Is it essential to access a specifi
> On Tue, 21 Mar 2006, Kent Johnson wrote:
> > > How can i set a value to a bytes of block of memory. In C, i think
> > > they use memset like this.
Whoops, sorry about that Kent! I completely messed up the attribution
when cutting-and-pasting.
On Tue, 21 Mar 2006, Kent Johnson wrote:
> > How can i set a value to a bytes of block of memory. In C, i think
> > they use memset like this.
Hi Sophon,
Secondary question: why are you trying to do this? Are you trying to
represent a collection or "array" of things?
Some concepts in C aren
Keo Sophon wrote:
> Hi all,
>
> How can i set a value to a bytes of block of memory. In C, i think they use
> memset like this.
Python does not support direct access to memory, you will need to use
another language or maybe a C extension to Python to do this.
Kent
Hi all,
How can i set a value to a bytes of block of memory. In C, i think they use
memset like this.
Thanks,
Sophon
___
Tutor maillist - Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor