Recent study plan
Since graduation, I have been developing mobile games. With the yearning for game development and increasing popularity, various restrictions on mobile phone hardware, and differences between various platforms, I gradually spent my passion, or started to develop Windows programs, and re-learned Win32 program development. Although the next-generation operating system Vista is coming soon, it will bring about a 64-bit windows development platform winfx. However, I am waiting for people who are still at the door to learn more about the things of getting started. Let's take care of the changes in his door in the future.
So I developed a book plan. Although it has already reached a small stage, I wrote it to supervise myself in order to prevent my laziness.
WindowsAspect: The classic trilogy. I plan to read the first two articles for the time being ~
Windows programming is considered to be the most classic windows programming entry book, involving the most basic aspects of Windows programming. The source program in the book is a Win32 program, which is well organized, you can understand the general steps of Windows design with high operability.
Windows core programming is a monograph on the internal mechanism of Windows operating systems. It comprehensively introduces various basic components of windows, such as processes, threads, DLL and memory management.
The ultimate work of Windows Programming in programming server side application, like Windows core programming, is the work of Jeffrey Richter, which explains programming on Windows server, this includes the IO completed port method and service.
Some comments said: If you read the first book, you can complete some simple windows programming. The second book will make you a professional windows program designer, in the end, this book will make you a master windows program developer. To the current level,
C ++Deepening:
In-depth exploration of the C ++ Object Model