50
Used, New, and Out of Print Books - We Buy and Sell - Powell's Books
Cart |
|  my account  |  wish list  |  help   |  800-878-7323
Hello, | Login
MENU
  • Browse
    • New Arrivals
    • Bestsellers
    • Featured Preorders
    • Award Winners
    • Audio Books
    • See All Subjects
  • Used
  • Staff Picks
    • Staff Picks
    • Picks of the Month
    • Bookseller Displays
    • 50 Books for 50 Years
    • 25 Best 21st Century Sci-Fi & Fantasy
    • 25 PNW Books to Read Before You Die
    • 25 Books From the 21st Century
    • 25 Memoirs to Read Before You Die
    • 25 Global Books to Read Before You Die
    • 25 Women to Read Before You Die
    • 25 Books to Read Before You Die
  • Gifts
    • Gift Cards & eGift Cards
    • Powell's Souvenirs
    • Journals and Notebooks
    • socks
    • Games
  • Sell Books
  • Blog
  • Events
  • Find A Store

Don't Miss

  • Spring Sale
  • Scientifically Proven Sale
  • Powell's Author Events
  • Oregon Battle of the Books
  • Audio Books

Visit Our Stores


Esther Yi: The Writers That Haunt Me: Esther Yi’s Bookshelf for 'Y/N' (0 comment)
I’m haunted by a handful of writers all long dead. They set the standard; naturally I fail. Anything I read of theirs promptly enters my bloodstream, whereupon mysterious internal fomentation proceeds. Y/N is simply the latest extrusion, a concerted one...
Read More»
  • Kelsey Ford: 10 Books That Celebrate Women’s Rights and Women’s Wrongs (0 comment)
  • Rin S.: Five Book Friday: Autism and Neurodiversity Acceptance (0 comment)

{1}
##LOC[OK]##
{1}
##LOC[OK]## ##LOC[Cancel]##
{1}
##LOC[OK]## ##LOC[Cancel]##

C A Reference Manual 4th Edition

by Samuel Harbison
C A Reference Manual 4th Edition

  • Comment on this title
  • Synopses & Reviews

ISBN13: 9780133262247
ISBN10: 0133262243
Condition: Standard


All Product Details

View Larger ImageView Larger Images
Ships free on qualified orders.
Add to Cart
$18.95
List Price:$44.99
Used Trade Paperback
Ships in 1 to 3 days
Add to Wishlist
QtyStore
1Cedar Hills

Synopses & Reviews

Publisher Comments

  • Coverage of the 1999 C Standard now includedthe C language description now covers the new U.S. and international revision to C, adding complex and Boolean types, flexible arrays, improved international support, and many other changes.
  • Provides advice on how to write C code that is compatible with C++.
  • Emphasis on writing clean C programs illustrates how to create programs that are maximally portable and reusable in both C and C++ environments.

This authoritative reference manual provides a complete description of the C language, the run-time libraries, and a style of C programming that emphasizes correctness, portability, and maintainability. The authors describe the C language more clearly and in more detail than in any other book.

From 1996-present Harbison led SDS infrastructure team and defined a software framework architecture across all TI DSPs and dev't tools, worked to make it fit with TI businesses, help negotiate alliances and acquisitions to make it happen. (Rollout and proudcts will appear in 1998.) Developed long-term vision in SDS and helped develop technology roadmaps. From 1995-96 as CTO Harbison set Tartan's technical direction. He defined and ran a new engineering organization and product development process that gave project managers more authority. He helped spearhead Tartan's long-term growth strategy by defining new products for C and Assembly programming on DSPs. Harbison managed the technical due diligence for TI merger. In 1992, he founded and directed the C/C++ Division, Tartan's first business unit and key to diversifying into commercial markets. Developed first PC-hosted products and first C++ product, for TI DSPs. Created a line of DSP math functions. Pioneered world-wide distribution channels using TI and 3rd parties. (Direct sales used elsewhere.)In 1990, Harbison founded a company, Pine Creek Software, funded by Digital Equipment Corp. to create a market for the Modula-3 programming language. Wrote the first Modula-3 textbook, exhibited at trade shows, wrote software, and published a newsletter. Still recognized as an authority, he was contracted by CRC in 1997 for a Modula-3 chapter in forthcoming Handbook of Object Technology.From 1982-1989, Harbison held various senior positions at Tartan, including Vice President. He led the software QA team & developed company-wide QA policies (1989). He managed several technology groups (1985-89). He was the project manager for Tartan's first commercial product (1984), and program manager for a contract with IBM to develop compilers for their RT PC (precursor to RS/6000). He designed and led development of Tartan's debugger (AdaScope). He developed the C compiler front end, and other internal tools (1981-1984). From 1980-82 Harbison was part of the SPICE research project at Carnegie-Mellon, which evangelized the concept of a "personal workstation" before most companies thought it was feasible. From 1974-80, he helped to develop the Hydra object-oriented, multiprocessor operating system, whose concepts were later used in the Intel 432 microprocessor.


About the Author

From 1996-present Harbison led SDS infrastructure team and defined a software framework architecture across all TI DSPs and dev't tools, worked to make it fit with TI businesses, help negotiate alliances and acquisitions to make it happen. (Rollout and proudcts will appear in 1998.) Developed long-term vision in SDS and helped develop technology roadmaps. From 1995-96 as CTO Harbison set Tartan's technical direction. He defined and ran a new engineering organization and product development process that gave project managers more authority. He helped spearhead Tartan's long-term growth strategy by defining new products for C and Assembly programming on DSPs. Harbison managed the technical due diligence for TI merger. In 1992, he founded and directed the C/C++ Division, Tartan's first business unit and key to diversifying into commercial markets. Developed first PC-hosted products and first C++ product, for TI DSPs. Created a line of DSP math functions. Pioneered world-wide distribution channels using TI and 3rd parties. (Direct sales used elsewhere.)In 1990, Harbison founded a company, Pine Creek Software, funded by Digital Equipment Corp. to create a market for the Modula-3 programming language. Wrote the first Modula-3 textbook, exhibited at trade shows, wrote software, and published a newsletter. Still recognized as an authority, he was contracted by CRC in 1997 for a Modula-3 chapter in forthcoming Handbook of Object Technology.From 1982-1989, Harbison held various senior positions at Tartan, including Vice President. He led the software QA team & developed company-wide QA policies (1989). He managed several technology groups (1985-89). He was the project manager for Tartan's first commercial product (1984), and program manager for a contract with IBM to develop compilers for their RT PC (precursor to RS/6000). He designed and led development of Tartan's debugger (AdaScope). He developed the C compiler front end, and other internal tools (1981-1984). From 1980-82 Harbison was part of the SPICE research project at Carnegie-Mellon, which evangelized the concept of a "personal workstation" before most companies thought it was feasible. From 1974-80, he helped to develop the Hydra object-oriented, multiprocessor operating system, whose concepts were later used in the Intel 432 microprocessor.

Table of Contents

I. THE C LANGUAGE.  1. Introduction.

 2. Lexical Elements.

 3. The C Preprocessor.

 4. Declarations.

 5. Types.

 6. Conversions and Representations.

 7. Expressions.

 8. Statements.

 9. Functions.

II. THE C LIBRARIES. 10. Introduction to the Libraries.

11. Standard Language Additions.

12. Character Processing.

13. String Processing.

14. Memory Functions.

15. Input/Output Facilities.

16. General Utilities.

17. Mathematical Functions.

18. Time and Date Functions.

19. Control Functions.

20. Locale.

21. Extended Integer Types.

22. Floating-point Environment.

23. Complex Arithmetic.

24. Wide and Multibyte Facilities

Appendix A. The ASCII Character Set.

Appendix B. Syntax of the C Language.

Appendix C. Answers to the Exercises.

Index.


What Our Readers Are Saying

Be the first to share your thoughts on this title!




Product Details

ISBN:
9780133262247
Binding:
Trade Paperback
Publication date:
12/01/1994
Publisher:
PRENTICE HALL INC
Edition:
4ED
Pages:
560
Height:
9.19 in.
Width:
6.98 in.
Thickness:
.76 in.
Grade Range:
College/higher educa
Number of Units:
1
Copyright Year:
1995
Series Volume:
92-13
UPC Code:
2800133262249
Author:
Samuel Harbison
Subject:
Technology
Subject:
C
Subject:
C (computer program language)
Subject:
Language, literature and biography

Ships free on qualified orders.
Add to Cart
$18.95
List Price:$44.99
Used Trade Paperback
Ships in 1 to 3 days
Add to Wishlist
QtyStore
1Cedar Hills
{1}
##LOC[OK]##
{1}
##LOC[OK]## ##LOC[Cancel]##
{1}
##LOC[OK]## ##LOC[Cancel]##
{1}
##LOC[OK]##
{1}
##LOC[OK]## ##LOC[Cancel]##
{1}
##LOC[OK]## ##LOC[Cancel]##
{1}
##LOC[OK]##
{1}
##LOC[OK]## ##LOC[Cancel]##
{1}
##LOC[OK]## ##LOC[Cancel]##
{1}
##LOC[OK]##
{1}
##LOC[OK]## ##LOC[Cancel]##
{1}
##LOC[OK]## ##LOC[Cancel]##
  • Twitter
  • Facebook
  • Pinterest
  • Instagram

  • Help
  • Guarantee
  • My Account
  • Careers
  • About Us
  • Security
  • Wish List
  • Partners
  • Contact Us
  • Shipping
  • Transparency ACT MRF
  • Sitemap
  • © 2023 POWELLS.COM Terms

{1}
##LOC[OK]##
{1}
##LOC[OK]## ##LOC[Cancel]##
{1}
##LOC[OK]## ##LOC[Cancel]##
{1}
##LOC[OK]##
{1}
##LOC[OK]## ##LOC[Cancel]##
{1}
##LOC[OK]## ##LOC[Cancel]##
{1}
##LOC[OK]##
{1}
##LOC[OK]## ##LOC[Cancel]##
{1}
##LOC[OK]## ##LOC[Cancel]##
{1}
##LOC[OK]##
{1}
##LOC[OK]## ##LOC[Cancel]##
{1}
##LOC[OK]## ##LOC[Cancel]##