From: Martin Ambuhl Newsgroups: comp.os.msdos.djgpp Subject: Re: "Throw"? Date: Mon, 08 Feb 1999 04:00:26 -0500 Content-Transfer-Encoding: 7bit References: <01be5377$20a5c120$LocalHost AT default> X-Posted-Path-Was: not-for-mail X-Accept-Language: en Content-Type: text/plain; charset=us-ascii X-ELN-Date: 8 Feb 1999 09:00:21 GMT X-ELN-Insert-Date: Mon Feb 8 01:05:07 1999 Organization: Nocturnal Aviation Lines: 19 Mime-Version: 1.0 NNTP-Posting-Host: 1cust177.tnt14.nyc3.da.uu.net Message-ID: <36BEA7AA.D9A122A0@earthlink.net> X-Mailer: Mozilla 4.5 [en] (Win95; I) To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Stefan Viljoen wrote: > > Hi, > > I apologize if this should go to the C group, but I just did a course > (quite complete) on C and I saw nothing of "throw"?? What is this? Is it > unique to DJGPP? Is it similar to "cast"-ing stuff? It should definitely NOT go to the C group. Throw and catch are a standard part of the C++ programming language, used for exception handling. Any modern C++ text should cover their use. It is not unique to djgpp. It has nothing to do with "cast"-ing stuff. -- Martin Ambuhl (mambuhl AT earthlink DOT net) Note: mambuhl AT tiac DOT net will soon be inactive