Linux Application Development

Linux Application Development PDF Author: Michael K. Johnson
Publisher: Addison-Wesley Professional
ISBN: 9780321563224
Category : Application software
Languages : en
Pages : 0

Get Book

Book Description
Linux Application Development, Second Edition, is the definitive reference for Linux programmers at all levels of experience, including C programmers moving from other operating systems. Building on their widely praised first edition, leading Linux programmers Michael Johnson and Erik Troan systematically present the key APIs and techniques you need to create robust, secure, efficient software or to port existing code to Linux. Linux Application Development is divided into four parts. Part 1 introduces you to Linux(the operating system, licenses, and documentation. Part 2 covers the most important aspects of the development environment(the compilers, linker, loader, and debugging tools. Part 3-the heart of the book-describes the interface to the kernel and to the core system libraries, including discussion of the process model, file handling, directory operations, signal processing (including the Linux signal API), job control, the POSIX(termios interface, sockets, and the Linux console. Part 4 describes important development libraries with interfaces more independent of the kernel. The source code from the book is freely available at http://www.awl.com/cseng/books/lad.

Linux Application Development

Linux Application Development PDF Author: Michael K. Johnson
Publisher: Addison-Wesley Professional
ISBN: 9780321563224
Category : Application software
Languages : en
Pages : 0

Get Book

Book Description
Linux Application Development, Second Edition, is the definitive reference for Linux programmers at all levels of experience, including C programmers moving from other operating systems. Building on their widely praised first edition, leading Linux programmers Michael Johnson and Erik Troan systematically present the key APIs and techniques you need to create robust, secure, efficient software or to port existing code to Linux. Linux Application Development is divided into four parts. Part 1 introduces you to Linux(the operating system, licenses, and documentation. Part 2 covers the most important aspects of the development environment(the compilers, linker, loader, and debugging tools. Part 3-the heart of the book-describes the interface to the kernel and to the core system libraries, including discussion of the process model, file handling, directory operations, signal processing (including the Linux signal API), job control, the POSIX(termios interface, sockets, and the Linux console. Part 4 describes important development libraries with interfaces more independent of the kernel. The source code from the book is freely available at http://www.awl.com/cseng/books/lad.

Linux Application Development, 2/e

Linux Application Development, 2/e PDF Author: Michael K. Johnson
Publisher:
ISBN: 9788129710741
Category : Application software
Languages : en
Pages : 702

Get Book

Book Description


Linux? Rapid Application Development

Linux? Rapid Application Development PDF Author: Cameron Hughes
Publisher: Wiley
ISBN: 9780764547409
Category : Computers
Languages : en
Pages : 0

Get Book

Book Description
This hands-on guide gives C++ programmers the tools and techniques needed to created applications based on KDE, the leading Linux graphical user interface. Packed with tips and advice for streamlining the entire development cycle, it explains how to harness the Qt and K Class--libraries--and build user-friendly Linux applications in a snap. The CD-ROM has Qt and KDE tools, and all code from the book.

Java Application Development on Linux

Java Application Development on Linux PDF Author: Carl Albing
Publisher: Prentice Hall
ISBN:
Category : Computers
Languages : en
Pages : 606

Get Book

Book Description
Learn how to design, develop, and deploy real-world Java business applications on Linux--the fastest growing Java development platform. This book covers the full application development life cycle on Linux, from designing and developing an application to deploying and maintaining it.

Advanced Linux Programming

Advanced Linux Programming PDF Author: CodeSourcery LLC
Publisher: Sams Publishing
ISBN: 0672333627
Category : Computers
Languages : en
Pages : 543

Get Book

Book Description
This is the eBook version of the printed book. If the print book includes a CD-ROM, this content is not included within the eBook version. Advanced Linux Programming is divided into two parts. The first covers generic UNIX system services, but with a particular eye towards Linux specific information. This portion of the book will be of use even to advanced programmers who have worked with other Linux systems since it will cover Linux specific details and differences. For programmers without UNIX experience, it will be even more valuable. The second section covers material that is entirely Linux specific. These are truly advanced topics, and are the techniques that the gurus use to build great applications. While this book will focus mostly on the Application Programming Interface (API) provided by the Linux kernel and the C library, a preliminary introduction to the development tools available will allow all who purchase the book to make immediate use of Linux.

Developing Linux Applications with GTK+ and GDK

Developing Linux Applications with GTK+ and GDK PDF Author: Eric Harlow
Publisher: Sams Publishing
ISBN: 9780735700215
Category : Application software
Languages : en
Pages : 0

Get Book

Book Description
The goal of this book is to provide a handbook for Linux developers who are moving to the Linux platform. The book covers information found no place else--information that Linux developers need in one comprehensive development book. The author provides detailed coverage on developing graphical user interfaces for the X Window system.

Linux Application Development

Linux Application Development PDF Author: Michael K. Johnson
Publisher: Addison-Wesley Professional
ISBN: 9780201308211
Category : Computers
Languages : en
Pages : 574

Get Book

Book Description
Written by two recognized experts, this title is a detailed guide for experienced programmers who want to develop Linux software, or who want to port software from other plaforms (like DOS) to Linux. The unique extensions and features of Linux are explored, providing an invaluable reference for those using the system.

Linux System Programming

Linux System Programming PDF Author: Robert Love
Publisher: "O'Reilly Media, Inc."
ISBN: 1449341535
Category : Computers
Languages : en
Pages : 456

Get Book

Book Description
Write software that draws directly on services offered by the Linux kernel and core system libraries. With this comprehensive book, Linux kernel contributor Robert Love provides you with a tutorial on Linux system programming, a reference manual on Linux system calls, and an insider’s guide to writing smarter, faster code. Love clearly distinguishes between POSIX standard functions and special services offered only by Linux. With a new chapter on multithreading, this updated and expanded edition provides an in-depth look at Linux from both a theoretical and applied perspective over a wide range of programming topics, including: A Linux kernel, C library, and C compiler overview Basic I/O operations, such as reading from and writing to files Advanced I/O interfaces, memory mappings, and optimization techniques The family of system calls for basic process management Advanced process management, including real-time processes Thread concepts, multithreaded programming, and Pthreads File and directory management Interfaces for allocating memory and optimizing memory access Basic and advanced signal interfaces, and their role on the system Clock management, including POSIX clocks and high-resolution timers

Professional Linux Programming

Professional Linux Programming PDF Author: Jon Masters
Publisher: John Wiley & Sons
ISBN: 0470149493
Category : Computers
Languages : en
Pages : 506

Get Book

Book Description
This book is broken into four primary sections addressing key topics that Linux programmers need to master: Linux nuts and bolts, the Linux kernel, the Linux desktop, and Linux for the Web Effective examples help get readers up to speed with building software on a Linux-based system while using the tools and utilities that contribute to streamlining the software development process Discusses using emulation and virtualization technologies for kernel development and application testing Includes useful insights aimed at helping readers understand how their applications code fits in with the rest of the software stack Examines cross-compilation, dynamic device insertion and removal, key Linux projects (such as Project Utopia), and the internationalization capabilities present in the GNOME desktop

Beginning Linux?Programming

Beginning Linux?Programming PDF Author: Neil Matthew
Publisher: John Wiley & Sons
ISBN: 0764544977
Category : Computers
Languages : en
Pages : 891

Get Book

Book Description
The book starts with the basics, explaining how to compile and run your first program. First, each concept is explained to give you a solid understanding of the material. Practical examples are then presented, so you see how to apply the knowledge in real applications.