From: chris doty Newsgroups: comp.os.msdos.djgpp Subject: help! c++ in djgpp acting weird Date: Wed, 18 Feb 1998 15:03:54 -0800 Organization: Worcester Polytechnic Institute Lines: 13 Message-ID: <34EB68DA.5969@wpi.edu> NNTP-Posting-Host: orz.res.wpi.net Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Using DJGPP (with RHIDE)to write c I don't get any problems, but when I try to do c++ lots of strange things start happening. When single-stepping through my program, I can step into outportb. This brings my cursor to some point in the middle of some routine of mine where it steps through a few lines, then jumps back. Neither where it jumps to nor where it jumps back are on any curly braces. Further-more, where it crashes depends upon which variables I'm watching. I have reproduced the stepping into outportb on another machine, but haven't gotten around to checking if the crashes at different points also happens on other machines. I find that errors of this sort consistently plague all c++ code I write on my machine. Am I doing something wrong? Is djgpp or rhide buggy? Help! -chris dh