DirectX programming in C?

后端 未结 5 881
鱼传尺愫
鱼传尺愫 2021-01-02 09:09

In the past I have created DirectX applications in the C++ programming language, however, I would like to know if it is possible to do this using the C programming language.

5条回答
  •  长发绾君心
    2021-01-02 09:40

    You can use DirectX in C. It has specific macros to simplify the use of the COM interface. However, it's much easier to use C++.

提交回复
热议问题