Current location - Education and Training Encyclopedia - Education and training - Windows network programming books?
Windows network programming books?
There are only two kinds of technical books, one focuses on application and the other on principle. For myself, I like to read the application book first and then the principle book. Of course, I prefer the book of principles, because it can quench your thirst. Today, in order to facilitate reference and not be confused in the future, I recorded books related to Windows programming among many books, which played a decisive role for me.

1 Application Category Directory

Hundreds of fashion programming examples of (1)VC++6.0. Although there are many mistakes in this book, it is indeed a good introductory book, which can arouse people's interest in Windows programming. As long as you do it, you can see the effect immediately, which is not exciting at all.

(2) The classic introduction of Visual C # 2005 and the classic introduction of VisualBasic2005. You can enter immediately. Net programming.

2 principle books

(1) Explain MFC briefly. Hou Jie's book has a thorough understanding of the operating principle of MFC. If you want to develop on MFC, this book is a must.

(2)Windows core programming, English name: Windowsviac/c++. Explain the operating principle of Windows operating system, including UNICODE, process, thread, virtual memory, dynamic link library and structured exception handling. Development Bible on Win32API platform. It is good for understanding the Windows operating system.

(3) Microsoft. Net framework programming, English name CLIviaC#. A classic book explains. Network engineering. The author is the same as ②. This book is necessary to understand how CLI works.

The principle and application of COM. If you are developing on Windows, you are definitely not an expert if you don't understand COM. This book on COM was written by Pan Aimin, which is really good.