From: edkiser AT jaxnet DOT com (M. Edward Kiser) Newsgroups: comp.os.msdos.djgpp Subject: Re: exceptions and templates Date: Mon, 23 Dec 1996 07:59:37 GMT Organization: Southeast Network Services, Inc. Lines: 22 Message-ID: <59levp$6ov@ns2.southeast.net> References: Reply-To: edkiser AT jaxnet DOT com NNTP-Posting-Host: ts10-020.southeast.net To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp jeffbis AT primenet DOT com (Jeff Bishop) wrote: >I am beginning to learn C++ programming. I am pretty good at C. I am going to >take the online course offered by ZIFNET at http://www.zdu.com. Does djgpp >support templates and exceptions (not sure in what context)? This was a >compiler requirement and I want to make sure that I can use djgpp. I am blind >and love the simple UI of djgpp. No ide, yes! I went to http://www.zdu.com and looked up the intro to C++ course; there is a FAQ on compliers, and some test programs to see if the compiler supports the stuff the course will need. Both of the test programs compiled and ran without modifications under DJGPP, so it should be OK, if the programs you write are as straightforward as the tests. A caveat, though: With GCC, you have to specify "-fhandle-exceptions" when you're compiling programs that use exceptions. -------- Ed Kiser (edkiser AT jaxnet DOT com) "The great epochs of our lives are at the points where we rebaptize our badness as the best in us." -- Nietzsche