Advice for C++ GUI programming

前端 未结 12 1360
Happy的楠姐
Happy的楠姐 2020-12-24 15:09

I have been writing C++ Console/CMD-line applications for about a year now and would like to get into windows GUI apps. For those of you who have taken this road before, wh

12条回答
  •  醉梦人生
    2020-12-24 15:20

    I guess an important place to start is your toolkit. You tagged this visualc++, so I assume you are looking at that, however remember there are other toolkits like Qt.

    I would suggest starting at Microsoft's tutorials.

提交回复
热议问题