DirectX programming in C?

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

    It is possible, but because you lack the higher level functions C++ provides you are making it harder for yourself.

提交回复
热议问题