From: "Carlos M. Matos" Newsgroups: comp.os.msdos.djgpp Subject: Re: Using G++ from Rhide Date: Sun, 29 Nov 1998 15:33:25 -0500 Lines: 38 X-Newsreader: Microsoft Outlook Express 4.72.3110.5 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 NNTP-Posting-Host: 166.72.219.11 Message-ID: <3661b21c.0@news1.ibm.net> X-Trace: 29 Nov 1998 20:44:12 GMT, 166.72.219.11 Organization: IBM.NET X-Notice: Items posted that violate the IBM.NET Acceptable Use Policy X-Notice: should be reported to postmaster AT ibm DOT net X-Complaints-To: postmaster AT ibm DOT net To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Carlos M. Matos wrote in message ... >Hi! > >I am using djgpp version 2.01. I am presently learing C++ and I am using >RHIDE as my IDE. RHIDE by defaults calls the gcc compiler. I found out the >gcc does not handle the new C++ exception mechanism using try and throw. >What it does is when it finds a trhow statement it calls by default the >abort() function. The abort() function then prints Abort! on the stderr >stream or file. I found out that when I compile my program using g++ in >this manner: > > g++ prgname.cpp -o prgname.exe > >It compiles and it runs the way it is expected to run. Thus g++ seems to >handle the exception mechanism well. The poblem is that I cannot do much >debugging this way. > >Is there a way to call the g++ compiler from RHIDE insted of gcc and if >there is can some one tell me what I must do in order to accomplish this? > >Thanks in advance for your help. > > >Sincerely, > >Carlos > >We will never live again every second of life that runs by. Lets take the >most advantage of our time. Helping >others is a way to help ourselves. > > > >