#3024

Code Complete, Second Edition (AKA: Code Complete 2) is a classic about software construction, first written by Steve McConnell more than 20 years ago. This Second Edition is not just a simple revision and supplement of the first Edition, but completely rewritten, and increased a lot of content keeping pace with the times.
Loading...
Loading...
#3010
PHP 5 Power Programming is a classic must-read authoritative book with 720 pages of content published in 2004, cooperatively written by 3 PHP masters (PHP 5's chief designer - Andi Gutmans, PEAR's founder - Stig Saether Bakken and PHP's core contributor - Derick Rethans). Now its full copyright has been completely free.

Loading...
Loading...
Loading...
#2991

As a tailor-made new programming language for Microsoft .NET Framework, C# (C Sharp) has both the powerful functions of C/C++ and user-friendly characteristics of Visual Basic. And now, it has evolved to 6.0, with various features emerging in endlessly. While it's rare to find C# teaching materials that can stand up to scrutiny on the market, and this might be because the reference on MSDN has been pretty comprehensive.
Loading...
Loading...
#2713
About how hard it is on earth for learning MFC, this should vary from person to person. If you are experienced programmers started from the base Windows OS, you'd likely have been a member of programmers developing the MFC class libraries; on the contrary, if you just have learned few years of Windows programming, then you may have not any knowledge on the underlying system. In the latter case, you must have one book on your desk for reference anytime (every technology needs this). For MFC, it will be Programming Windows with MFC.

Loading...
#2594

In my opinion, I just can't stand any program or web app designed complexly (5000 lines of code should be the ceiling - not the more functions the better). So it is difficult to accept that object-oriented theory makes simple problems systematic, templated or even complicated (please don't mind my stubborn). But, overall, good things inevitably are good without a doubt in a certain period.
Loading...
Loading...
Loading...
#2530
PHP Objects, Patterns, and Practice, 4th Edition is suitable for intermediate/senior PHP programmers to read, also with certain help for getting started with PHP, but not much, because it puts more emphasis on helping PHPers to expand ways of thinking. For people with some work experience in PHP it has very high reference value, which can help to grasp the essence of PHP's object-oriented design and development, so as to ascend to be the high-end PHP programmer.

Loading...
Loading...
Loading...
#2411

If I tell you the publication date of this book is 1999, and has only one edition, many beginner readers will be dismissive that I can imagine. But please note that, whether you are newbie or expert, Essential C++ is the top grade of classic work all the time. In other words, as long as you want to be proficient in C++, then this Essential C++ written by the C++ master Stanley B.Lippman is required.
Loading...
Loading...
Loading...
Loading...
Loading...
#2410
C++ is developed based on the C language, as a set of object oriented programming, general programming and traditional procedural programming, can be seen as a superset of the C language.

Loading...
Loading...
Loading...
#2062

Thinking in Java is known as the bible in Java programming, which is worth reading over and over again, even if you're not a Java programmer. It is not hard to see this is a classic work from the various rewards it got and earnest reviews from book readers all over the world. Here you can get its 4th Edition (1057 pages).
Loading...
Loading...
#2048
Head First Object-Oriented Analysis & Design (short for Head First OOA&D) will tell you how to analyze, design and write a truly object-oriented software, which is easy to reuse, simple to maintain and extensible anytime. That's one software will no longer break your heart and allows you to add new features without breaking the old mechanisms.

Loading...
Loading...