Compilers

Started by
1 comment, last by brainchild 21 years, 11 months ago
Besides VisualC++ what c++ compilers support DirectX?
So what if I'm 13, I can still code better than like 95% of Americans, and probably 99.9% of the people in the world. Whoa, I feel proud.
Advertisement
I guess it depends on what you mean by "support". But you can get DX to work using BCC, GCC and LCC (which isn''t even C++).
"I thought what I'd do was, I'd pretend I was one of those deaf-mutes." - the Laughing Man
Just about any Win32 C++ compiler ''supports'' DirectX (since ''DirectX'' is basically header files, not any new function of the language). The only problem you might have is with C++ compilers that don''t follow the C++ standard (or Microsoft''s version of it), in which case you''ll probably have to tweak it to get it to work.

This topic is closed to new replies.

Advertisement