Re: [Tutor] Windows Memory Basics

2017-10-16 Thread Steven D'Aprano
On Mon, Oct 16, 2017 at 01:04:40PM -0700, Michael C wrote: > Hi all: > > > I don't understand this part about the memory: > > if I used VirtualQueryEx to find out if a region of memory is ok to scan, > and it > says it's ok, are the values in the region arranged like this: > >

Re: [Tutor] Windows Memory Basics

2017-10-16 Thread Alan Gauld via Tutor
On 16/10/17 21:04, Michael C wrote: > I don't understand this part about the memory: And I'm not sure I understand your question but... > if I used VirtualQueryEx to find out if a region of memory is ok to scan, > and it > says it's ok, are the values in the region arranged like this: > >

[Tutor] Windows Memory Basics

2017-10-16 Thread Michael C
Hi all: I don't understand this part about the memory: if I used VirtualQueryEx to find out if a region of memory is ok to scan, and it says it's ok, are the values in the region arranged like this: short,int,double,long,char, double, short in as in, random? I am asking this because, if

Re: [Tutor] How to test for the existence of a table in a sqlite3 db?

2017-10-16 Thread Neil Cerutti
On 2017-10-15, boB Stepp wrote: > Some things I am still pondering: > > 1) If I adopt the incremental approach to creating and > initializing the working db, then it seems that the list, > "sql_scripts", should not be hard-coded into the program. It > seems to me it