Subscribe

Showing posts with label C++. Show all posts
Showing posts with label C++. Show all posts

Tuesday, January 13, 2009

Download Test Your C Skills

Test Your C Skills


Download

Download C For Dummies

C For Dummies

If you’re like most people, the above seems
like nonsense. Actually, it’s computer sense—C programming. After digesting C
For Dummies, 2nd Edition, you’ll understand it. C programs are
fast, concise and versatile. They let you boss your computer around for a
change. So turn on your computer, get a free compiler and editor (the book tells
you where), pull up a chair, and get going. You won’t have to go far (page 13)
to find your first program example. You’ll do short, totally manageable,
hands-on exercises to help you make sense of:
All 32 keywords in the C language (that’s
right—just 32 words)
The functions—several dozen of them
Terms like printf(), scanf(), gets (), and
puts ()
String variables, numeric variables, and
constants
Looping and implementation
Floating-point values

In case those terms are almost as intimidating
as the idea of programming, be reassured that C For Dummies was written
by Dan Gookin, bestselling author of DOS For Dummies, the book that
started the whole library. So instead of using expletives and getting headaches,
you’ll be using newly acquired skills and getting occasional chuckles as you
discover how to:
Design and develop programs
Add comments (like post-it-notes to
yourself) as you go
Link code to create executable programs
Debug and deploy your programs
Use lint, a common tool to examine and
optimize your code

Download

Download Sams Teach Yourself C in 24 Hours

Sams Teach Yourself C in 24 Hours

Sams Teach Yourself C in 24 Hours, Second Edition, shows you how to program in C in an easy-to-understand format. C is a powerful and flexible language used for a wide range of projects. You begin with learning the basics to write a first program and then move on to arrays, pointers, disk input/output, and functions. This book will allow you to understanding data types, loops, and strings to make your programs work for you. You'll also work with arrays, structures, and unions to expand your programming skills, use pointers to access and retrieve data elements, develop programs that process mathematical equations, functions, and variables, and explore memory management techniques.

Download

Download Image Processing in C

Image Processing in C

This book is a tutorial on image processing. Each chapter explains basic concepts with words and figures, shows image processing results with photographs, and implements the operations in C. The C code in this book is based on a series of articles published in The C Users Journal from 1990 through 1993, and includes three entirely new chapters and six new appendices. The new chapters are 1) an introduction to the entire system, 2) a set of routines for Boolean operations on images -- such as subtracting or adding one with another, 3) a batch system for performing offline processing (such as overnight for long involved manipulations). The C Image Processing System (CIPS) works with Tag Image File Format (TIFF) gray scale images. The entire system has been updated from the original publications to comply with the TIFF 6.0 specification from June 1993 (the magazine articles were written for the TIFF 5.0 specification.) The text and accompanying source code provide working edge detectors, filters, and histogram equalizers, I/O routines, display and print procedures that are ready to use, or can be modified for special applications. Print routines are provided for laser printers, graphics printers, and character printers. Display procedures are provided for monochrome, CGA, VGA, and EGA monitors. All of these functions are provided in a system that will run on a "garden variety" PC, not requiring a math co-processor, frame grabber, or Super VGA monitor.

Audience: Programmers seeking tools for image processing, ranging from the basics to advanced techniques. System Requirements: Any PC with a hard disk. Slower the machine, the slower the processing, but the system does not require a math co-processor or special imaging board. A regular VGA monitor is preferred, but you can use the system with an EGA or CGA monitor. The code was compiled with Microsoft C v 6. The code should run using other compilers with little modification.

Download

Saturday, January 10, 2009

Download C Programming Language (2nd Edition)

C Programming Language (2nd Edition)

Brian W. Kernighan , Dennis M. Ritchie, "C Programming Language", 2nd Edition
Prentice Hall PTR | 1988 | English | ISBN: 0131103628 | 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.


DOWNLOAD

Download Expert C Programming

Expert C Programming

ISBN: 9780131774292 | Publisher: Prentice Hall PTR | English | 384 pages | PDF | Fri Jun 24 1994 | 2Mb

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


DOWNLOAD

Download Algorithims in C

Algorithims in C

Hardcover: 657 pages
Publisher: Addison-Wesley Professional; 1 edition (January 11, 1990)
Language: English
ISBN-10: 0201514257
Covers an enormous scope of information, with extensive treatment of searching and advanced data structures, sorting, string processing, computational geometry, graph problems, and mathematical algorithms. Provides clear and relevant insight into why the algorithms work. Softcover.


Free Ebook
Download