>
>
>
> I have an old Watcom C++ compiler, Visual C++ 6.0, or g++.
>
> Does anyone have any recommendations for what compiler is best (for
> speed and portability)? Should I be writing this for DOS, Windows,
> both? Anyone ever take a stab at a web enabled demo?
>
if you do it under linux, definitely go for the intel compiler.
for linux, it can be downloaded for free, and can be up to two times
as fast as gcc. (in our case, it mostly is [;-)] , though not for all
programs)
also, it has good support for exploiting sse extensions via intrinsics
and somtimes
even automatic sse generation.
i don't know wether its free for windows, though.
Ciao
Ingo
[Non-text portions of this message have been removed]