Author: Jack Hodges
Publisher: Prentice Hall
ISBN:
Category : Computers
Languages : en
Pages : 580
Book Description
Requiring no prior exposure to computers or to UNIX, this book explores the functionality of a widely-used version of UNIX called Berkeley System Distribution, or Berkeley UNIX, as well as the C programming language. Hodges covers the fundamentals of programming, the correct use of syntax, programming style, debugging, logic, and system programming with C and UNIX.
An Introduction to Berkeley UNIX and ANSI C
Author: Jack Hodges
Publisher: Prentice Hall
ISBN:
Category : Computers
Languages : en
Pages : 580
Book Description
Requiring no prior exposure to computers or to UNIX, this book explores the functionality of a widely-used version of UNIX called Berkeley System Distribution, or Berkeley UNIX, as well as the C programming language. Hodges covers the fundamentals of programming, the correct use of syntax, programming style, debugging, logic, and system programming with C and UNIX.
Publisher: Prentice Hall
ISBN:
Category : Computers
Languages : en
Pages : 580
Book Description
Requiring no prior exposure to computers or to UNIX, this book explores the functionality of a widely-used version of UNIX called Berkeley System Distribution, or Berkeley UNIX, as well as the C programming language. Hodges covers the fundamentals of programming, the correct use of syntax, programming style, debugging, logic, and system programming with C and UNIX.
An Introduction to ANSI C on UNIX
Author: Paul S. Wang
Publisher: Brooks/Cole
ISBN:
Category : Computers
Languages : en
Pages : 454
Book Description
Designed to teach ANSI C on the UNIX system, this text begins with a chapter on UNIX for C Programmers that aims to facilitate hands-on learning of C in realistic situations.
Publisher: Brooks/Cole
ISBN:
Category : Computers
Languages : en
Pages : 454
Book Description
Designed to teach ANSI C on the UNIX system, this text begins with a chapter on UNIX for C Programmers that aims to facilitate hands-on learning of C in realistic situations.
Using C on the UNIX System
Author: David A. Curry
Publisher: O'Reilly Media
ISBN: 9780937175231
Category : Computers
Languages : en
Pages : 270
Book Description
For intermediate to experienced C programmers who want to become UNIX system programmers. Explains system calls and special library routines available on the system. Annotation copyrighted by Book News, Inc., Portland, OR
Publisher: O'Reilly Media
ISBN: 9780937175231
Category : Computers
Languages : en
Pages : 270
Book Description
For intermediate to experienced C programmers who want to become UNIX system programmers. Explains system calls and special library routines available on the system. Annotation copyrighted by Book News, Inc., Portland, OR
C Programming for UNIX
Author: John Valley
Publisher: Prentice Hall
ISBN:
Category : Computers
Languages : en
Pages : 684
Book Description
Your programming advisor for UNIX performance! This tutorial and reference introduces C programmers to programming with the UNIX operating system. Contains tips and notes to help readers add power to their programming.
Publisher: Prentice Hall
ISBN:
Category : Computers
Languages : en
Pages : 684
Book Description
Your programming advisor for UNIX performance! This tutorial and reference introduces C programmers to programming with the UNIX operating system. Contains tips and notes to help readers add power to their programming.
The Art of UNIX Programming
Author: Eric S. Raymond
Publisher: Addison-Wesley Professional
ISBN: 0132465884
Category : Computers
Languages : en
Pages : 560
Book Description
The Art of UNIX Programming poses the belief that understanding the unwritten UNIX engineering tradition and mastering its design patterns will help programmers of all stripes to become better programmers. This book attempts to capture the engineering wisdom and design philosophy of the UNIX, Linux, and Open Source software development community as it has evolved over the past three decades, and as it is applied today by the most experienced programmers. Eric Raymond offers the next generation of "hackers" the unique opportunity to learn the connection between UNIX philosophy and practice through careful case studies of the very best UNIX/Linux programs.
Publisher: Addison-Wesley Professional
ISBN: 0132465884
Category : Computers
Languages : en
Pages : 560
Book Description
The Art of UNIX Programming poses the belief that understanding the unwritten UNIX engineering tradition and mastering its design patterns will help programmers of all stripes to become better programmers. This book attempts to capture the engineering wisdom and design philosophy of the UNIX, Linux, and Open Source software development community as it has evolved over the past three decades, and as it is applied today by the most experienced programmers. Eric Raymond offers the next generation of "hackers" the unique opportunity to learn the connection between UNIX philosophy and practice through careful case studies of the very best UNIX/Linux programs.
UNIX System Programming Using C++
Author: Terrence Chan
Publisher: Prentice Hall
ISBN:
Category : Computers
Languages : en
Pages : 634
Book Description
Learn to write advanced C programs that are strongly type-checked, compact, and easy to maintain. This book focuses on real-life applications and problem solving in networking, database development, compilers, operating systems, and CAD.
Publisher: Prentice Hall
ISBN:
Category : Computers
Languages : en
Pages : 634
Book Description
Learn to write advanced C programs that are strongly type-checked, compact, and easy to maintain. This book focuses on real-life applications and problem solving in networking, database development, compilers, operating systems, and CAD.
UNIX Network Programming: The sockets networking API
Author: W. Richard Stevens
Publisher: Addison-Wesley Professional
ISBN: 9780131411555
Category : Computers
Languages : en
Pages : 1032
Book Description
To build today's highly distributed, networked applications and services, you need deep mastery of sockets and other key networking APIs. One book delivers comprehensive, start-to-finish guidance for building robust, high-performance networked systems in any environment: UNIX Network Programming, Volume 1, Third Edition.
Publisher: Addison-Wesley Professional
ISBN: 9780131411555
Category : Computers
Languages : en
Pages : 1032
Book Description
To build today's highly distributed, networked applications and services, you need deep mastery of sockets and other key networking APIs. One book delivers comprehensive, start-to-finish guidance for building robust, high-performance networked systems in any environment: UNIX Network Programming, Volume 1, Third Edition.
Advanced Programming in the UNIX Environment
Author: W. Richard Stevens
Publisher: Addison-Wesley Professional
ISBN: 9780321525949
Category : Computers
Languages : en
Pages : 927
Book Description
The revision of the definitive guide to Unix system programming is now available in a more portable format.
Publisher: Addison-Wesley Professional
ISBN: 9780321525949
Category : Computers
Languages : en
Pages : 927
Book Description
The revision of the definitive guide to Unix system programming is now available in a more portable format.
Programming in ANSI C
Author: Stephen G. Kochan
Publisher: Prentice Hall
ISBN:
Category : Computers
Languages : en
Pages : 574
Book Description
A complete introduction to the C language, this book provides thorough explanations of functions that have been standardized in ANSI C. Covers program looping, decision making, arrays, structures, character strings, pointers, and bit operation and features step-by-step instructions for compiling and writing programs in ANSI C.
Publisher: Prentice Hall
ISBN:
Category : Computers
Languages : en
Pages : 574
Book Description
A complete introduction to the C language, this book provides thorough explanations of functions that have been standardized in ANSI C. Covers program looping, decision making, arrays, structures, character strings, pointers, and bit operation and features step-by-step instructions for compiling and writing programs in ANSI C.
C Primer Plus
Author: Stephen Prata
Publisher: Sams Publishing
ISBN: 9780672322228
Category : Computers
Languages : en
Pages : 964
Book Description
The new classic! C Primer Plus, now in its 5th edition, has been revised to include over 20 new programming exercises, newly improved examples and the new ANSI/ISO standard, C99. Task-oriented examples will teach you the fundamentals of C programming. From extended integer types and compound literals to Boolean support and variable-length arrays, you will learn to create practical and real-world applications with C programming. Review questions and programming exercises at the end of each chapter will reinforce what you have learned. This friendly and easy-to-use self-study guide will help you understand the fundamentals of this core programming language.
Publisher: Sams Publishing
ISBN: 9780672322228
Category : Computers
Languages : en
Pages : 964
Book Description
The new classic! C Primer Plus, now in its 5th edition, has been revised to include over 20 new programming exercises, newly improved examples and the new ANSI/ISO standard, C99. Task-oriented examples will teach you the fundamentals of C programming. From extended integer types and compound literals to Boolean support and variable-length arrays, you will learn to create practical and real-world applications with C programming. Review questions and programming exercises at the end of each chapter will reinforce what you have learned. This friendly and easy-to-use self-study guide will help you understand the fundamentals of this core programming language.