Portable C Software

Portable C Software
Author :
Publisher :
Total Pages : 392
Release :
ISBN-10 : UOM:39015017927545
ISBN-13 :
Rating : 4/5 (45 Downloads)

Synopsis Portable C Software by : Mark Horton

Programmers learn how to construct C code for use across a wide spectrum of hardware platforms. They also see revealed specific nonportable features likely to be encountered and are told how to circumvent these potential blocks.

Write Portable Code

Write Portable Code
Author :
Publisher : No Starch Press
Total Pages : 274
Release :
ISBN-10 : 9781593270568
ISBN-13 : 1593270569
Rating : 4/5 (68 Downloads)

Synopsis Write Portable Code by : Brian Hook

Contains lessons on cross-platform software development, covering such topics as portability techniques, source control, compilers, user interfaces, and scripting languages.

Portable C

Portable C
Author :
Publisher :
Total Pages : 292
Release :
ISBN-10 : UCSC:32106014940123
ISBN-13 :
Rating : 4/5 (23 Downloads)

Synopsis Portable C by : Henry Rabinowitz

A concise tutorial on making the most of C's portability. Chapters include The C-World Abstract Machine; Portable Use of Functions; Portable Use of Pointers; and more.

POSIX Programmers Guide

POSIX Programmers Guide
Author :
Publisher : "O'Reilly Media, Inc."
Total Pages : 654
Release :
ISBN-10 : 0937175730
ISBN-13 : 9780937175736
Rating : 4/5 (30 Downloads)

Synopsis POSIX Programmers Guide by : Donald Lewine

Software -- Operating Systems.

Portable C and UNIX System Programming

Portable C and UNIX System Programming
Author :
Publisher : Prentice Hall
Total Pages : 274
Release :
ISBN-10 : UCSC:32106008633015
ISBN-13 :
Rating : 4/5 (15 Downloads)

Synopsis Portable C and UNIX System Programming by : J. E. Lapin

This practical guide contains a detailed set of C standards and UNIX system comparisons for the construction of highly portable software. Professionals will learn the underlying causes of portability problems as well as the techniques for creating portable UNIX system software. It shortens the software development and test cycle and enables the user to reduce the cost of long-term support.

The Mathematical-Function Computation Handbook

The Mathematical-Function Computation Handbook
Author :
Publisher : Springer
Total Pages : 1145
Release :
ISBN-10 : 9783319641102
ISBN-13 : 3319641107
Rating : 4/5 (02 Downloads)

Synopsis The Mathematical-Function Computation Handbook by : Nelson H.F. Beebe

This highly comprehensive handbook provides a substantial advance in the computation of elementary and special functions of mathematics, extending the function coverage of major programming languages well beyond their international standards, including full support for decimal floating-point arithmetic. Written with clarity and focusing on the C language, the work pays extensive attention to little-understood aspects of floating-point and integer arithmetic, and to software portability, as well as to important historical architectures. It extends support to a future 256-bit, floating-point format offering 70 decimal digits of precision. Select Topics and Features: references an exceptionally useful, author-maintained MathCW website, containing source code for the book’s software, compiled libraries for numerous systems, pre-built C compilers, and other related materials; offers a unique approach to covering mathematical-function computation using decimal arithmetic; provides extremely versatile appendices for interfaces to numerous other languages: Ada, C#, C++, Fortran, Java, and Pascal; presupposes only basic familiarity with computer programming in a common language, as well as early level algebra; supplies a library that readily adapts for existing scripting languages, with minimal effort; supports both binary and decimal arithmetic, in up to 10 different floating-point formats; covers a significant portion (with highly accurate implementations) of the U.S National Institute of Standards and Technology’s 10-year project to codify mathematical functions. This highly practical text/reference is an invaluable tool for advanced undergraduates, recording many lessons of the intermingled history of computer hardw are and software, numerical algorithms, and mathematics. In addition, professional numerical analysts and others will find the handbook of real interest and utility because it builds on research by the mathematical software community over the last four decades.

C Unleashed

C Unleashed
Author :
Publisher : Sams Publishing
Total Pages : 0
Release :
ISBN-10 : 0672318962
ISBN-13 : 9780672318962
Rating : 4/5 (62 Downloads)

Synopsis C Unleashed by : Richard Heathfield

C Unleashed is a very comprehensive book on the ANSI C programming language. This book promotes solid, portable programming using ANSI C, thus benefiting programmers on any platform, including mainframes. Covers the New Standard for C, known as C9X, and includes embedded systems, simulation processing, threading and multiprocessing, digital signal processing, and natural language processing.

Effective C

Effective C
Author :
Publisher : No Starch Press
Total Pages : 273
Release :
ISBN-10 : 9781718501058
ISBN-13 : 1718501056
Rating : 4/5 (58 Downloads)

Synopsis Effective C by : Robert C. Seacord

A detailed introduction to the C programming language for experienced programmers. The world runs on code written in the C programming language, yet most schools begin the curriculum with Python or Java. Effective C bridges this gap and brings C into the modern era--covering the modern C17 Standard as well as potential C2x features. With the aid of this instant classic, you'll soon be writing professional, portable, and secure C programs to power robust systems and solve real-world problems. Robert C. Seacord introduces C and the C Standard Library while addressing best practices, common errors, and open debates in the C community. Developed together with other C Standards committee experts, Effective C will teach you how to debug, test, and analyze C programs. You'll benefit from Seacord's concise explanations of C language constructs and behaviors, and from his 40 years of coding experience. You'll learn: How to identify and handle undefined behavior in a C program The range and representations of integers and floating-point values How dynamic memory allocation works and how to use nonstandard functions How to use character encodings and types How to perform I/O with terminals and filesystems using C Standard streams and POSIX file descriptors How to understand the C compiler's translation phases and the role of the preprocessor How to test, debug, and analyze C programs Effective C will teach you how to write professional, secure, and portable C code that will stand the test of time and help strengthen the foundation of the computing world.

Portable C++

Portable C++
Author :
Publisher : McGraw-Hill Companies
Total Pages : 260
Release :
ISBN-10 : UCSC:32106013020356
ISBN-13 :
Rating : 4/5 (56 Downloads)

Synopsis Portable C++ by : Patricia Giencke

Many books discuss how to use C++, but none deals with how to write C++ code in a portable manner. The first in-depth guide to address the special needs of the C++ programmer, this groundbreaking book provides a set of guidelines to help software engineers design and implement C++ applications that work with the many flavors of UNIX, as well as with Windows.

Code Reading

Code Reading
Author :
Publisher : Addison-Wesley Professional
Total Pages : 530
Release :
ISBN-10 : 0201799405
ISBN-13 : 9780201799408
Rating : 4/5 (05 Downloads)

Synopsis Code Reading by : Diomidis Spinellis

CD-ROM contains cross-referenced code.