Win32 API有没有什么经典书籍?

RocWay007 2003-08-19 10:47:42
众位高手推荐一下
...全文
81 3 打赏 收藏 转发到动态 举报
写回复
用AI写文章
3 条回复
切换为时间正序
请发表友善的回复…
发表回复
lygfqy 2003-08-20
  • 打赏
  • 举报
回复
windows程序设计,就挺经典的了吧
eok 2003-08-20
  • 打赏
  • 举报
回复
看大全没什么用处,最好看看如何从界面到各个控件的编程,安装VS.NET2003,用它自动生成WIN32(不是MFC)的代码,初始生成的是只有单界面的可视窗口,试试自已编个小程序。
不过API编程代码写的很多,主要还是了解API,最后再用MFC编程序就会懂得多一些。
《Visual C++程序设计教程》/黄维通 姚瑞霞 编著/机械工业出版社出版
mintwlf 2003-08-20
  • 打赏
  • 举报
回复
<<Windows API编程>>
看懂了之后用VC编程就会没有什么疑问了,不过用API编程好像很痛苦!

<<Windows API大全>>
可以查看各个API函数怎么用,对程序设计基本没用!
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.

15,979

社区成员

发帖
与我相关
我的任务
社区描述
VC/MFC 界面
社区管理员
  • 界面
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧