I think Barriscale wrote:
>
> Can someone tell me why the compiler says type expected for the do
statement below?
"Type expected" means the compiler was expecting a type name, like
'int'. The most common reason for getting this message is that the
offending code appears outside of any function. Looking at the README,
I'm guessing that perhaps you took that snippet and replaced the
"// ..." near the top with "class Foo {" or similar. TO make this
compile, all of the code after the //... should be inside a function
(main(), perhaps.)
> This is taken from the README at herzberg.ca.sandia.gov/jess
> Thanks
>
> do
> { try
> {
...
> }
> } while (fis.available > 0);
>
Incidentally, I notice that "available" has lost its parentheses here.
> Oh yeah, is it true that Sandia National Labs have the fastest computer in the
> world! I'm trying to study parallel processor machines (MISD, SISD etc.)
>
Well, I haven't kept track, but Sandia, Lawrence Livermore, and Los
Alamos national labs keep leap-frogging eachother.All three are
building/buying Teraflop-class computers as part of an initiative
called ASCI (Advanced strategic computing initiative). Sandia's first
Teraflop record-holder was a 1.7 TF machine; they either already have
or are in the process of upgrading to a 3.5 TF machine. Sandia's
machine uses Intel technology (Pentium Pro-class chips and custom
boards; they might eb upgrading the chips to PII or PIII). Lawrence's
TF machines use IBM technology.
> --
> Paul Barriscale
> 2nd Comp. Science
> [EMAIL PROTECTED] http:/wisdom.ucc.ie/~barrisca
> _______________________________________________________
> University College Cork
---------------------------------------------------------
Ernest Friedman-Hill
Distributed Systems Research Phone: (925) 294-2154
Sandia National Labs FAX: (925) 294-2234
Org. 8920, MS 9214 [EMAIL PROTECTED]
PO Box 969 http://herzberg.ca.sandia.gov
Livermore, CA 94550
---------------------------------------------------------------------
To unsubscribe, send the words 'unsubscribe jess-users [EMAIL PROTECTED]'
in the BODY of a message to [EMAIL PROTECTED], NOT to the
list. List problems? Notify [EMAIL PROTECTED]
---------------------------------------------------------------------