⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 references.html

📁 forgers-win32-tutorial
💻 HTML
字号:
<HTML><LINK HREF="style.css" REL="STYLESHEET" TYPE="text/css"><HEAD><TITLE>Win32 Tutorial - Recommended Books and References</TITLE></HEAD><BODY><FONT SIZE="-1">[ <A HREF="./index.html">contents</A>| <A HREF="http://www.winprog.org/">#winprog</A>]</FONT><HR><H1>Recommended Books and References</H1><H2>Books</H2>If you expect anyone online to treat you with respect while you are learning, you NEED to get a good book to learn from.  We're here to provide direction and explain things that needexplaining, not to be your librarian or teach you step by step.<P>You can find more recommended books and links to buy at the <A HREF="http://winprog.org/shop/">#Winprog Store</A>.<DL><DT><A HREF="http://www.amazon.com/exec/obidos/ASIN/157231995X/winprognet-20">Programming Windows</A>	<DD>by <B>Charles Petzold</B>.  <I>The</I> 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.<DT><A HREF="http://www.amazon.com/exec/obidos/ASIN/1572316950/winprognet-20">Programming Windows with MFC</A>	<DD>by <B>Jeff Prosise</B>.  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.<DT><A HREF="http://www.amazon.com/exec/obidos/ASIN/1572319968/winprognet-20">Programming Applications for Windows</A>	<DD>by <B>Jeffrey Richter</B>.  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.<DT><A HREF="http://www.amazon.com/exec/obidos/ASIN/1861001843/winprognet-20">Visual C++ Windows Shell Programming</A>	<DD>by <B>Dino Esposito</B>.  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.<DT><A HREF="http://www.amazon.com/exec/obidos/ASIN/0735615799/winprognet-20">Network Programming for Microsoft Windows</A>	<DD>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.</DL><H2>Links</H2><DL><DT><A HREF="http://msdn.microsoft.com/library/">MSDN Online</A>	<DD>This site has references for all imaginable Microsoft technologies, including 	full Win32 API and MFC documentation.  If this didn't come with your	compiler (ie. VC++) then the completely free online site will provide 	you with the required information.  People will get really pissed off if you ask	questions you could answer by doing a simple search on MSDN.<DT><A HREF="http://www.winprog.org/">#winprog homepage</A>	<DD>See <I>FAQ</I> and <I>Store</I></DL><HR><FONT SIZE="-1">Copyright &copy; 1998-2003, Brook Miles (<A HREF="mailto:forger(nospam)winprog.org">theForger</A>).  All rights reserved.</FONT><SCRIPT language="JavaScript"><!--   var re = /\(nospam\)/ig;   var str;   for(i = 0;i < document.links.length;i++)    {      str = "" + document.links(i).href;      if(str.search(re) != -1)         document.links(i).href = str.replace(re, "@");      str = "" + document.links(i).innerHTML;      if(str.search(re) != -1)         document.links(i).innerHTML = str.replace(re, "@");   }--></SCRIPT></BODY></HTML>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -