Advice for C++ GUI programming

前端 未结 12 1400
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:23

    Well, for the Windows GUI, get used to referencing the MSDN a lot, assuming you want to deal with the API directly.

    My favorite resource for learning the basics was theForger's tutorial, but there are hundreds of books and other sites out there.

提交回复
热议问题