Date: Mon, 31 Mar 1997 13:14:39 -0500 (EST) From: firewind To: Alexey Kouzmitch cc: djgpp AT delorie DOT com Subject: Re: Visual C In-Reply-To: <01bc3d86$1acebe40$38f0c6cd@shinfain.argo.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Mon, 31 Mar 1997, Alexey Kouzmitch wrote: > Actually, Visual C++ is easy to port since DJGPP supports _THE_ C++ > standard!!! I ported A* Path Finding Algorithm in 15 mins or so. The only > problem can be some types (like BOOL insted of bool), but those are easily > fixable with either replace (in editor) or typedef! What _THE_ C++ standard? If you refer to the ANSI standard, it is not yet complete. And GNU C++ isn't 100% compatible with the most recent working version, either. firewind