-
全部经典书籍涵盖了从入门到精通的Window编程知识
资源介绍
Forger 推荐的学习windows 编程的所有书籍都在这儿:
windows 编程
windows MFC入门到精通
windows 高级编程
windows 网络编程
Programming Windows
Programming Windows with MFC
Programming Applications for Windows
Network Programming for Microsoft Windows
Programming Windows
by Charles Petzold. The book to get on Win32 API. If you want to write programs using just the API (which is what this tutorial covers), you need this book.
如果你想只用windows API编程,这本书是入门经典,你需要这本书。
Programming Windows with MFC
by Jeff Prosise. If you want to venture into MFC (AFTER becoming fully accustomed to using the Win32 API), this is the book for you. If you don't like MFC but intend on getting a job doing windows developement, get this anyway, it's better to know than not.
如果你想用MFC这本书是你想要的
Programming Applications for Windows
by Jeffrey Richter. Not for newbies, if you want to be up on managing processes and threads, dlls, windows memory management, exception handling, and hooking into the system, then this is the book for you.
如果你想了解操作系统内幕,这本书是经典,书中包含了进程,线程,动态库,windows内存管理,异常处理。。。
Visual C++ Windows Shell Programming
by Dino Esposito. For anyone interested in the visual and user-friendly aspects of windows, this book covers writing extentions to the windows shell, working efficiently with files and drag and drop, customizing the taskbar and windows explorer, and numerous other tricks. Well worthwhile for anyone writing GUI apps in windows.
Network Programming for Microsoft Windows
Up to date information on network programming, including NetBIOS, mailslots and pipes, and of course the ever important windows sockets, complete with winsock2 and raw sockets. Also contains specific information on the various windows platforms including 2000 and CE.
- 上一篇: 2D游戏编程课程设计(理论)+源码
- 下一篇: tc256图形编程.rar