Mail Archives: djgpp/1997/03/31/09:36:20
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!
--
Alexey Kouzmitch (the always right or wrong)
P.S.: But then again, maybe not!
Mark Fischer <pf55046 AT navix DOT net> wrote in article
<333F3066 DOT 750 AT navix DOT net>...
> Thank you to all those people who helped me with my stupidity (ENOENT
> error).
>
> Now that I have DJGPP working I have a question about hard it would be to
> change some Microsoft Visual C source to DJGPP. I got the code from the
> book Teach Yourself Game Programming In 21 Days and would like to finally
> be able to use it. Are there a lot of differences between the two? I'm
> not that good of a programmer and don't know what I'm doing. Thanks for
> all you help I'm surprised at how quickly you answered me!!
>
- Raw text -