曾经看过一些vc的书,总是觉得讲的太肤浅了.有系统讲述windows编程和mfc库的好书吗?

解决方案 »

  1.   

    《Windows核心编程》是好书呀,兄弟。
    《深入浅出MFC》
    《Windows程序设计》,了解API的好书。
      

  2.   

    深入浅出MFC
    VC技术内幕
    Windows程序设计
    和其它辅助读本
      

  3.   

    如果你C++不好的话,可能看<VC++技术内幕>比较难,可以先看C++的书
      

  4.   

    多谢各位了。顺便问一下,我要做一个windows的底层编程。有好书吗?
      

  5.   

    详细的请看一下操作系统区的贴子,叫“windows2000下的系统编程...”多谢了。
      

  6.   

    windows程序设计,正在看,非常好!!!
      

  7.   

    深入浅出MFC
    VC技术内幕
    Windows程序设计
      

  8.   

    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