Showing posts with label E-book(programming). Show all posts
Showing posts with label E-book(programming). Show all posts

The standard C library


Product Description
Prentice Hall’s most important C programming title in years. A companion volume to Kernighan & Ritchie’s C PROGRAMMING LANGUAGE. A collection of reusable functions (code for building data structures, code for performing math functions and scientific calculations, etc.) which will save C programmers time and money especially when working on large programming projects. The C Library is part of the ANSI (American National Standard Institute) for the C Language. This new book contains the complete code for the library. It covers elements of the library with which even the most experienced C programmers are not familiar such as internationalization (the ability to write programs that can adapt to different cultural locales, for example, using the C library, programmers can write software that manipulates large character sets such as Kanji). Structured like the Standard C Library, it contains 15 headers declaring or defining all of the names in the library. A separate chapter covers each header, including excerpts from relevant portions of the C Standard showing all codes needed to implement each portion of the library and explaining why it is necessary. The book teaches readers the concepts and design issues associated with library building. Using this book, programemrs will be less likely to re-code something that already exists in a given program. Plauger is one of the world’s leading experts on C and the C Library.



  Continue Reading »

Programming with Java For Dummies, 2nd Edition


# Covering everything from basic Java development concepts to the latest tools and techniques used in Java, this book will put would-be programmers on their way to Java mastery
# Explores what goes into creating a program, how to put the pieces together, dealing with standard programming challenges, debugging, and making it work
* Updated for the release of the Java SDK 2.0, with all examples revised to reflect the changes in the technology

From the Back Cover
See why Java is a great place to start programming

Get the scoop on what goes into a program and how to build one that works

This Java won’t keep you up nights, because you have this handy book to show you the ropes! It lays the groundwork for the whole programming experience, shows you how to get started with Java, takes you through creating your first programs, helps you solve programming problems, and even lets you in on some great tips.

Discover how to

* Turn your instructions into code
* Compile and run a program
* Understand methods, classes, and objects
* Use variables, values, and types
* Work with Java “if” statements



  Continue Reading »

demystified-a-self-teaching-guide.kf


XML (Extensible Markup Language) is the language that enables efficient interchange of structured data across the Web. Written in non-technical language, this book covers the details of the language and demonstrates its use through real-world examples. The book also explains how to build an XML application from start to finish.


  Continue Reading »