Читаем Программирование. Принципы и практика использования C++ Исправленное издание полностью

Austern, Matt, ed. Draft Technical Report on C++ Standard Library Extensions. ISO/IEC PDTR 19768. www.open-std.org/jtc1/sc22/wg21/docs/papers/2005/n1836.pdf.

Bergin, Thomas J., and Richard G. Gibson, eds. History of Programming Languages — Volume 2. Addison-Wesley, 1996. ISBN 0201895021.

Blanchette, Jasmin, and Mark Summerfield. C++ GUI Programming with Qt 4. Prentice Hall, 2006. ISBN 0131872493. (Русский перевод: Бланшет Ж., Саммерфилд М. Qt 4: Программирование GUI на С++. — М.: Кудиц-Пресс, 2008.)

Boost.org. “A Repository for Libraries Meant to Work Well with the C++ Standard Library.” www.boost.org.

Cox, Russ. “Regular Expression Matching Can Be Simple and Fast (but Is Slow in Java, Perl, PHP, Python, Ruby, ...).” http://swtch.com/~rsc/regexp/regexp1.html.

dmoz.org. http://dmoz.org/Computers/Programming/Languages.

Freeman, T. L., and Chris Phillips. Parallel Numerical Algorithms. Prentice Hall, 1992. ISBN 0136515975.

Gamma, Erich, Richard Helm, Ralph Johnson, and John M. Vlissides. Design Patterns: Elements of Reusable Object-Oriented Software. Addison-Wesley, 1994. ISBN 0201633612. (Русский перевод: Гамма Э., Хелм Р., Джонсон Р., Влиссидес Дж. Приемы объектно-ориентированного проектирования. Паттерны проектирования. — Спб.: Питер, 2007.)

Goldthwaite, Lois, ed. Technical Report on C++ Performance. ISO/IEC PDTR 18015. www.research.att.com/~bs/performanceTR.pdf.

Gullberg, Jan. Mathematics — From the Birth of Numbers

. W. W. Norton, 1996. ISBN 039304002X.

Hailpern, Brent, and Barbara G. Ryder, eds. Proceedings of the Third ACMSIGPLAN Conference on the History of Programming Languages (HOPL-III). San Diego, CA, 2007. http://portal.acm.org/toc.cfm?id=1238844.

Henricson, Mats, and Erik Nyquist. Industrial Strength C++: Rules and Recommendations. Prentice Hall, 1996. ISBN 0131209655.

ISO/IEC 9899:1999. Programming Languages — C. Стандарт языка C.

ISO/IEC 14882:2003. Programming Languages — C++. Стандарт языка C++.

Kernighan, Brian W., and Dennis M. Ritchie. The C Programming Language. Prentice Hall, first edition, 1978; second edition, 1988. ISBN 0131103628. (Русский перевод: Керниган Б., Ритчи Д.

Язык программирования С. 2-е издание. — М.: Вильямс, 2009.)

Knuth, Donald E. The Art of Computer Programming, Volume 2: Seminumerical Algorithms, Third Edition. Addison-Wesley, 1998. ISBN 0201896842. (Русский перевод: Кнут Д. Искусство программирования. Том. 2. 3-е издание — М.: Вильямс, 2000.)

Koenig, Andrew, ed. The C++ Standard. ISO/IEC 14882:2002. Wiley, 2003. ISBN 0470846747.

Koenig, Andrew, and Barbara E. Moo. Accelerated C++: Practical Programming by Example. Addison-Wesley, 2000. ISBN 020170353X. (Русский перевод: Кениг Э., Му Б. Эффективное программирование на C++

. — М.: Вильямс, 2002.)

Langer, Angelika, and Klaus Kreft. Standard C++ IOStreams and Locales: Advanced Programmer’s Guide and Reference. Addison-Wesley, 2000. ISBN 0201183951.

Lippman, Stanley B., Josée Lajoie, and Barbara E. Moo. The C++ Primer. Addison-Wesley, 2005. ISBN 0201721481. (Используйте только четвертое издание.) (Русское издание: Липпман С., Му Б., Лажойе Ж. Язык программирования C++. Вводный курс. 4-е издание. — М.: Вильямс, 2006.)

Lockheed Martin Corporation. “Joint Strike Fighter Air Vehicle Coding Standards for the System Development and Demonstration Program.” Document Number 2RDU00001Rev C. December 2005. В разговорной речи известен как “JSF++.” www.research.att.com/~bs/JSF-AV-rules.pdf.

Lohr, Steve. Go To: The Story of the Math Majors, Bridge Players, Engineers, Chess Wizards, Maverick Scientists and Iconoclasts — The Programmers Who Created the Software Revolution. Basic Books, 2002. ISBN 9780465042265.

Maddock, J. boost::regexp documentation. www.boost.org и www.boost.org/doc/libs/1_36_0/libs/regex/doc/html/index.html.

Перейти на страницу:

Похожие книги

Programming with POSIX® Threads
Programming with POSIX® Threads

With this practical book, you will attain a solid understanding of threads and will discover how to put this powerful mode of programming to work in real-world applications. The primary advantage of threaded programming is that it enables your applications to accomplish more than one task at the same time by using the number-crunching power of multiprocessor parallelism and by automatically exploiting I/O concurrency in your code, even on a single processor machine. The result: applications that are faster, more responsive to users, and often easier to maintain. Threaded programming is particularly well suited to network programming where it helps alleviate the bottleneck of slow network I/O. This book offers an in-depth description of the IEEE operating system interface standard, POSIX (Portable Operating System Interface) threads, commonly called Pthreads. Written for experienced C programmers, but assuming no previous knowledge of threads, the book explains basic concepts such as asynchronous programming, the lifecycle of a thread, and synchronization. You then move to more advanced topics such as attributes objects, thread-specific data, and realtime scheduling. An entire chapter is devoted to "real code," with a look at barriers, read/write locks, the work queue manager, and how to utilize existing libraries. In addition, the book tackles one of the thorniest problems faced by thread programmers-debugging-with valuable suggestions on how to avoid code errors and performance problems from the outset. Numerous annotated examples are used to illustrate real-world concepts. A Pthreads mini-reference and a look at future standardization are also included.

David Butenhof

Программирование, программы, базы данных