Pete Becker

{{Short description|American computer programmer}}

{{For|the character in the American sitcom Friends|List of recurring characters in Friends#Pete Becker}}

Pete Becker is a consultant and computer programmer, recognized as one of the world's foremost experts in the C++ programming language. He has been contributing to the C++ standardization process since its start and has authored several publications, including magazine articles and columns, and a book on the first C++ Library Technical Report (aka TR1).

Career

Becker worked for eight years at Borland International as a quality assurance engineer and manager, library implementor, and development manager. From 1997 to 2005 he was employed at Dinkumware, working on the source code and documentation of their C++ Standard Library and C Standard Library implementations.

C++ Standards Committee

Becker has been a member of the ISO/IEC (JTC1/SC22/WG21) C++ Standards committee since its inception in 1991. His work includes a proposal for standard support of dynamic libraries{{cite web|url=http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/n1496.html|title=Draft Proposal for Dynamic Libraries in C++ (Revision 1)|last=Becker|first=Pete|date=2003-10-22|accessdate=2012-03-26}} and arbitrary-precision arithmetic{{cite web|url=http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2012/n3375.html|title=Proposal for Unbounded-Precision Integer Types|last=Becker|first=Pete|date=2012-02-24|accessdate=2012-03-26}} in C++. He has been the Project Editor from 2004 until 2011, when C++11 was released.

Publications

Becker has written several columns and articles, focusing primarily on C++. From 1995 to 2001, Becker was a regular columnist for C/C++ Users Journal. From 2005 to 2006 he wrote a monthly column entitled "The New C++ Not-So-Standard Library", focusing on various aspects of the C++ TR1 library extensions. After C/C++ Users Journal merged with Dr Dobb's Journal, Becker's column reappeared as "The New C++", now focusing on more general aspects of C and C++ programming.{{cite web|url=http://www.ddj.com/cpp/184406487|title=Comings and Goings|last=Erickson|first=Jonathan|date=2006-04-01|publisher=Dr. Dobb's Journal|accessdate=2009-03-27}}

In 2006 he published The C++ Standard Library Extensions: A Tutorial and Reference, a book covering the new functions and components proposed as extensions to the C++ Standard Library in C++ Technical Report 1.

References

{{reflist}}