From: Ioannis V. <no...@ya...> - 2001-09-05 18:06:50
|
> -----Original Message----- > From: Michael Codadeen [mailto:jd...@ho...]=20 > Sent: Wednesday, September 05, 2001 5:50 PM > To: no...@ya... > Subject: RE: [Dev-C++] C++ question >=20 >=20 > The standard states at that the function body ends at the end=20 > of the first=20 > block. In effect it looks like a try block but isn't one. >=20 > I think for this specification there isn't a try block. Do you agree ? >=20 > Michael The try block is the function body and the opposite. The problem is, the catch block belongs to where. For instance can we recall the constructor again from the catch block or we can continue below the catch block (that is, it belongs to the constructor too). Ioannis * Ioannis Vranos * Programming pages: http://www.noicys.f2s.com * Alternative URL: http://run.to/noicys =20 |