Tuesday, April 6, 2010

C Programming Language_2nd Edition



rian W. Kernighan , Dennis M. Ritchie, "C Programming Language", 2nd Edition
Prentice Hall PTR | 1988 | English | 274 pages | PDF | 1.1MB


Product Description
Presents a complete guide to ANSI standard C language programming. Written by the developers of C, this new version helps readers keep up with the finalized ANSI standard for C while showing how to take advantage of C's rich set of operators, economy of expression, improved control flow, and data structures. This 2nd edition has been completely rewritten with additional examples and problem sets to clarify the implementation of difficult language constructs.


DWONLOAD

C Programming

By Peter van der Linden Defying the stereotypical notion that technical books tend to be boring, Expert C Programming offers a lively and often humorous look at many aspects of C from how memory is laid out to the details of pointers and arrays. The author reveals his points through invaluable anecdotes, such as stories of costly bugs, and through folklore, such as the contents of Donald Knuth's first publication. Each chapter ends with a section entitled "Some Light Relief," which discusses topics (topics that some may consider to be "recreational"), such as programming contests. A fabulous appendix on job interview questions finishes the book. This is a very different book on the C language! In an easy, conversational style, Peter van der Linden, of Sun's compiler and OS kernel group, presents dozens of astonishing examples drawn from practical experience, including: * Software that blew up the space probe to Venus * The C bug that shut down the entire AT&T phone system * C programmer job interview secrets * Why programmers can't tell Halloween from Christmas day * The C code for a complete BASIC interpreter


JavaScript Programming

http://pixhost.ws/avaxhome/09/7d/00127d09_medium.jpeg


JavaScript Programming
Publisher: Course Technology PTR | edition 2001 | PDF | 368 pages | 13,1 mb

JavaScript is a scripting language developed by Netscape to enable Web authors to design interactive sites. JavaScript can interact with HTML source code, enabling Web authors to spice up their sites with dynamic content. JavaScript Programming for the Absolute Beginner not only teaches you JavaScript, a great programming gateway language, it will teach you the fundamental programming concepts you need to grasp in order to learn any computer language. It also uses game creation as a learning tool. You will learn how to program in JavaScript and produce something at the same time! Plus, the accompanying CD will contain games that you can cut and paste right into your own Web site! This book is perfect for anyone looking for an easy, non-intimidating introduction to JavaScript and general programming concepts.

DOWNLORD

TCP/IP Sockets in C: Practical Guide




Michael J. Donahoo, Kenneth L. Calvert, "TCP/IP Sockets in C: Practical Guide for Programmers"
Morgan Kaufmann | 2000-01-08 || 110 pages | PDF | 5,9 MB

TCP/IP Sockets in C: Practical Guide for Programmers is a quick and affordable way to gain the knowledge and skills you need to develop sophisticated and powerful networked-based programs using sockets. Written by two experienced networking instructors, this book provides a series of examples that demonstrate basic sockets techniques for clients and servers.
Using plenty of real-world examples, this book is a complete beginner's guide to socket programming and a springboard to more advanced networking topics, including multimedia protocols.
*Concise, no-nonsense explanations of issues often troublesome for beginners, including message construction and parsing.
*Comprehensive example-based coverage of the most important TCP/IP techniques-including iterative and concurrent servers, timeouts, and asynchronous message processing.
*Includes a detailed, easy-to-use reference to the system calls and auxiliary routines that comprise the sockets interface.
*A companion Web site provides source code for all example programs in both C and WinSock versions, as well as guidance on running the code on various platforms.

C++ Primer Plus


Publisher: Sams | 2001 | CHM | 800 pages | 13,8 mb



The fourth edition presents the ANSI C++ standard beginning with a discussion of the essential elements of C++ programming: loops, expressions, functions, and classes. It walks readers through the basics of object-oriented programming: classes, inheritance, templates, and exceptions, as well as the latest object-oriented programming techniques. C++ Primer Plus contains hundreds of sample programs. The friendly tone, concise programs, and end-of-chapter review exercises allow beginners to write their own programs immediately.