我看完了钱能的《c++程序设计教程》上面的例子和习题都是在vc下面用Win32 Console Application编的,昨天想编一个windows风格的小程序,一下子就傻了,什么消息,句柄,头都大了。请教各位前辈,现在我应该看什么书?是先看看关于WINDOWS API的书还是去看MFC的书呢??(ps:1:有点vb的基础,2:准备过了年就出去找工作)大家可以给我推荐几本好的,实用一点的书吗?先谢过了!~~

解决方案 »

  1.   

    qing_li73(bluemoon) 一定会让你看《windows程序设计》(petzold著)的。
    呵~~160元,北大出的。
    不看人生不完整啊。
      

  2.   

    to sawq(小氘), u know me so much :)to ICE_AGE (飞鸟):1.See the classic books : 
    Programming Windows  by Charles Petzold;
    Programming Microsoft Visual C++ by by David J. Kruglinski;
    Programming Windows With MFC by Jeff Prosise;2.At the very beginning, u'd learn from others' samples, so many samples u can find via this huge cyberspace, such as www.codeproject.com, www.codeguru.com, www.vckbase.com and so forth....3.Practies makes perfect, do some projects of lightweight but neat, have a nice code style is useful for ur future.Anyway, don't fear the coming difficulties,it's normal for every beginners, try to resolve them yourself, don't omit handy book--MSDN,in fact, most of questions can be settled thereI think most important thing lies in ur thinking of programming, VC just is a tool, u r the master 
      

  3.   

    我也有跟你同样的问题,在这个贴子里得到了解答。多谢qing_li73(bluemoon)
      

  4.   

    sawq(小氘)????qing_li73(bluemoon) ( ) ?????????
    你两是朋友???
    要不怎么
    我今天买了一本《深入浅出mfc》内容和喉捷的一模一样,也是华中的,可名字却是“侯俊杰”
    “侯俊杰”==喉捷???????不懂!!!!!!!
      

  5.   

    “侯俊杰”==喉捷???????That's true, they r same person :)
      

  6.   

    结帖给分!
    谢谢大家!!
    bulemoon 80
    :he_zhidan(我的QQ154168835) 10
    :sawq(小氘)  10
      

  7.   

    he_zhidan(我的QQ154168835) :不敢同意你的看法。
    API比MFC要简单的多,都是些函数的调用,用不着怎么费脑子的。 ICE_AGE(飞鸟) :你还是多看看bluemoon给你的意见吧,
    照他说的一步步来。学习API要有c的基础,学习mfc要有c++的基础。
    这2个一起学习我想应该也不冲突。
    Programming Windows  by Charles Petzold;
     中文版本: Windows 程序设计(第5版)(上、下册)  北京大学出版社 
    Programming Windows With MFC by Jeff Prosise
     中文版本:MFC Windows 程序设计(第2版) 清华大学出版社