Andy Dougherty:
...
# +prompt("And what is sizeof(iv)?", 'ivsize');
#  prompt("And your floats?", 'nv');
# +prompt("And what is sizeof(nv)?", 'nvsize');
...

Somehow, this seems like something we ought to be able to do
programmatically.  Can't we just compile a quick little C program with
something like:

        printf("%d/%d", sizeof(${iv}), sizeof(${nv}));

in it, and then parse the output?  I don't like asking users stuff like
their int sizes--too prone to confusion and mistyping.

--Brent Dax
[EMAIL PROTECTED]

They *will* pay for what they've done.

Reply via email to