DirectX programming in C?

后端 未结 5 892
鱼传尺愫
鱼传尺愫 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:36

    I think that the DirectX libraries have some C++ only components (it's been a while since I've used it and from last I remember it contains classes). Might as well make your life a little easier and do it in C++.

提交回复
热议问题