Advertisement

operating direct x??

Started by March 16, 2003 06:03 PM
4 comments, last by ssjeci 21 years, 8 months ago
how do u operate direct x.how do u use it.dinput and all those junk.
Do you know C++? If not, you have to learn it pretty thoroughly before you can start using DirectX.
Advertisement
yeah i know c/c++.but i want to know how to goto dinput or if u need to goto c/c++ to operate directx stuff.can someone explain how to operate it.
Uhh... goto?

You should try a book. I reccomend Andre LaMothe's Tricks of the Windows Game Programming Gurus to start.

Wait, I think I got what you're asking. You can only use DirectX from a C++ (or Visual Basic) program.

[edited by - micepick on March 16, 2003 7:15:18 PM]
but how do u load or bring it up.
man this is confusing...
Seriously, it's gonna be hard as hell for you to learn DirectX without a book. I found the aforementioned one very helpful, and I'm not sure if I would have understood anything without it. Basically, you need to include the appropriate .h files and link the .lib files into your project.

[Removed the unproductive stuff ]



[edited by - micepick on March 16, 2003 7:23:40 PM]

This topic is closed to new replies.

Advertisement