Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Which language?

Status
Not open for further replies.

BudgieUK

Programmer
Joined
Feb 26, 2004
Messages
2
Location
GB
I'm a C++ programmer, but a "complete novice" to Direct X.

I want to tinker with directx at home, what language do most people use to interface with Direct X?

Can anyone recommend a cheap but decent C++ compiler for home use?

Thanks for any replies
Chears
Budgie

 
I have been using C++, and it's a pain compared to OGL. It's easier with C# and almost as fast, but I think there are a few things you can't do (yet) with C#. Don't use VB if you want to run at an acceptable frame rate. The vast majority of DX programmers are using C++.
 
Ok cheers for that.

Let the fun (?) commence!
 
DevC++ is a free c++ compiler.
If you still looking for one.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top