+ Reply to Thread
Page 1 of 2
1 2 LastLast
Results 1 to 10 of 20

Thread: Huge collection of c language books

  1. #1

    Huge collection of c language books

    Beginning C: From Novice to Professional, Fourth Edition (Beginning: from Novice to Professional)





    Product Details

    * Hardcover: 640 pages
    * Publisher: Apress; 4 edition (October 19, 2006)
    * Language: English
    * ISBN-10: 1590597354
    * ISBN-13: 978-1590597354

    About the Author

    Ivor Horton is currently self-employed in consultancy and writes programming tutorials. He worked for IBM for many years and holds a bachelor's degree, with honors, in mathematics. Horton's experience at IBM includes programming in most languages (like assembler and high-level languages on a variety of machines), real-time programming, and designing and implementing real-time closed loop industrial control systems. He has extensive experience teaching programming to engineers and scientists (Fortran, PL/1, APL, etc.). Horton is an expert in mechanical, process, and electronic CAD systems; mechanical CAM systems; and DNC/CNC systems.

    Product Description

    With Beginning C: From Novice to Professional, Fourth Edition, youll come to understand the fundamentals of the C language and learn how to program. All you need is this book and any one of the widely available free or commercial C or C++ compilersand youll soon be writing real C programs. Youll learn C from the first principles, using step-by-step working examples that youll create and execute yourself.

    This book will increase your programming expertise by guiding you through the development of fully working C applications that use what youve learned in a practical context. Youll also be able to strike out on your own by trying the exercises included at the end of each chapter. Pick up a copy of this book by renowned author, Ivor Horton, because it

    * It is the only beginning-level book to cover the latest ANSI standard in C
    * Is approachable and aimed squarely at people new to C
    * Emphasizes writing code after the first chapter
    * Includes substantial examples relevant to intermediate users


  2. The Following 2 Users Say Thank You to phone_num For This Useful Post:


  3. #2

    C For Dummies, 2nd Edition






    Product Details

    * Paperback: 408 pages
    * Publisher: For Dummies; 2 edition (May 7, 2004)
    * Language: English
    * ISBN-10: 0764570684
    * ISBN-13: 978-0764570681

    Product Description
    Find out how to tell your computer what to do

    Design and develop programs, compile and link code, fix problems, and more

    Come "C" what all the excitement’s about! C programs are fast, concise, and versatile, and you’ll be writing them in no time. This friendly book unlocks the mysteries of coding, compiling, adding comments, and using keywords, I/O, variables, integers, and all the rest. You’ll write your first C program before you finish Chapter 1!

    The Dummies Way

    * Explanations in plain English
    * "Get in, get out" information
    * Icons and other navigational aids
    * Tear-out cheat sheet
    * Top ten lists
    * A dash of humor and fun

    Discover how to:

    * Understand the entire program development cycle
    * Link code to create executable programs
    * Debug and deploy your programs
    * Use floats, integer variables, and if statements
    * Write functions and use loops
    If you're like most people, the above seems like nonsense. Actually, it's computer sense 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 functionsseveral 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



    A helpful, tear-out cheat sheet is a quick reference for comparison symbols, conversion characters, mathematical doodads, C numeric data types, and more. C For Dummies takes the mystery out of programming and gets you into it quickly and painlessly.


  4. #3

    C for Engineers and Scientists: An Introduction to Programming With ANSI C




    Product Details

    * Paperback: 643 pages
    * Publisher: West Publishing Company; 1st edition (1993)
    * Language: English
    * ISBN-10: 0314008160
    * ISBN-13: 978-0314008169

    Product Description

    This text introduces the C programming language using a range of engineering and science applications in the examples and exercises. The book assumes no programming experience and is suitable for an introduction to programming course (using C instead of Fortran or Pascal). Structured programming principles are introduced early and used throughout. Clear explanations and many example programs (using ANSI C) show C as a powerful tool in engineering and science applications. Includes exercises after each section, common programming error sections, and chapter summaries.


  5. #4

    C Primer Plus (5th Edition)




    Product Details

    * Paperback: 984 pages
    * Publisher: Sams; 5 edition (December 3, 2004)
    * Language: English
    * ISBN-10: 0672326965
    * ISBN-13: 978-0672326967

    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.


  6. #5
    thanks boss but this is not huge collection

  7. #6

    C in a Nutshell (In a Nutshell)




    Product Details


    * Paperback: 600 pages
    * Publisher: O'Reilly Media; illustrated edition edition (December 16, 2005)
    * Language: English
    * ISBN-10: 0596006977
    * ISBN-13: 978-0596006976

    Product Description

    Learning a language--any language--involves a process wherein you learn to rely less and less on instruction and more increasingly on the aspects of the language you've mastered. Whether you're learning French, Java, or C, at some point you'll set aside the tutorial and attempt to converse on your own. It's not necessary to know every subtle facet of French in order to speak it well, especially if there's a good dictionary available. Likewise, C programmers don't need to memorize every detail of C in order to write good programs. What they need instead is a reliable, comprehensive reference that they can keep nearby. C in a Nutshell is that reference.

    This long-awaited book is a complete reference to the C programming language and C runtime library. Its purpose is to serve as a convenient, reliable companion in your day-to-day work as a C programmer. C in a Nutshell covers virtually everything you need to program in C, describing all the elements of the language and illustrating their use with numerous examples.

    The book is divided into three distinct parts. The first part is a fast-paced description, reminiscent of the classic Kernighan & Ritchie text on which many C programmers cut their teeth. It focuses specifically on the C language and preprocessor directives, including extensions introduced to the ANSI standard in 1999. These topics and others are covered:

    * Numeric constants
    * Implicit and explicit type conversions
    * Expressions and operators
    * Functions
    * Fixed-length and variable-length arrays
    * Pointers
    * Dynamic memory management
    * Input and output

    The second part of the book is a comprehensive reference to the C runtime library; it includes an overview of the contents of the standard headers and a description of each standard library function. Part III provides the necessary knowledge of the C programmer's basic tools: the compiler, the make utility, and the debugger. The tools described here are those in the GNU software collection.

    C in a Nutshell is the perfect companion to K&R, and destined to be the most reached-for reference on your desk.

    DOWNLOAD

  8. #7

    C Programming for Scientists and Engineers (Manufacturing Engineering Series)




    Product Details

    * Paperback: 160 pages
    * Publisher: Butterworth-Heinemann (June 20, 2002)
    * Language: English
    * ISBN-10: 1857180305
    * ISBN-13: 978-1857180305

    Description

    The aim of this book is to provide a rapid introduction to the C programming language. In a computing world that is increasingly full of C++ and Object Oriented methods, C still has an important role to play, particularly in the implementation of engineering and scientific calculations. This book is biased towards those features of C that make it useful for these types of application. This makes the book particularly relevant to students on various engineering and scientific courses where the role of C programming may range from being an important supportive topic to a core discipline.

    Neither C nor any other programming language can be learned simply by reading about it. Consequently, each chapter is further divided into key points, or more focused sections that involve the reader in various programming activities guided by tutorial questions. These are accompanied by tutorial problems at the end of each chapter that aim to integrate the chapter topic into the wider framework of C programming and technical applications.

    The two key features of this book are its focus on those aspects of C that are of most general use, and presentation of these features in a way that is particularly accessible by students on engineering and science based courses. The pace of the book is quite rapid, covering a lot of C functionality in a relatively small number of pages. This is achieved through concise but carefully thought-out explanations of key points. This approach is a strong contrast to the majority of books on C that typically run to several hundred pages and, consequently, require significant commitment from the reader. This is especially important when C programming may only be, perhaps, one of six subjects studied in a fifteen week semester.


  9. #8

    C Programming: Just the Faqs








    Product Details

    * Paperback: 430 pages
    * Publisher: Sams; 1st edition (May 1995)
    * Language: English
    * ISBN-10: 0672305615
    * ISBN-13: 978-0672305610

    Description

    For the beginning to intermediate user who needs a quick easy-to-use C reference. The sections of this reference book are like magazine installments but with an underlying assumption of continuity. Programming points are illustrated with actual code wherever possible. All code is ANSI standard C, with occasional notes in places where specific compilers have handier ways of doing things.


  10. #9

    C Traps and Pitfalls












    Product Details

    * Paperback: 160 pages
    * Publisher: Addison-Wesley Professional (January 11, 1989)
    * Language: English
    * ISBN-10: 0201179288
    * ISBN-13: 978-0201179286

    Product Description

    C Traps and Pitfalls teaches how the peculiarities of the C language make it easy for the intended behavior of a program and the actual behavior of a program to differ. The book\'s experienced author, Koenig, follows up with examples and helpful advice on many of these \"pitfalls.\" Each chapter includes exercises for contemplation with accompanying discussions at the end of the book.

    Even C experts come across problems that require days ofdebugging to fix. This book helps to prevent such problems byshowing how C programmers get themselves into trouble. Each ofthe book's many examples has trapped a professional programmer. In addition to its examples, C Traps and Pitfalls offers adviceon: *avoiding off-by-one errors *understanding and constructing function declarations *understanding the subtle relationship between pointers andarrays Distilled from the author's experience over a decade ofprogramming in C, this book is an ideal resource for anyone,novice or expert, who has ever written a C program. 0201179288B04062001

    DOWNLOAD


    C: The Complete Reference, 4th Ed.








    Product Details

    * Paperback: 805 pages
    * Publisher: McGraw-Hill Osborne Media; 4 edition (April 26, 2000)
    * Language: English
    * ISBN-10: 0072121246
    * ISBN-13: 978-0072121247

    Product Description

    Another gem from Herb Schildt--best-selling programming author with more than 2.5 million books sold! C: The Complete Reference, Fourth Edition gives you full details on C99, the New ANSI/ISO Standard for C. You'll get in-depth coverage of the C language and function libraries as well as all the newest C features, including restricted pointers, inline functions, variable-length arrays, and complex math. This jam-packed resource includes hundreds of examples and sample applications.




    Last edited by phone_num; 11-05-2009 at 03:40 AM.

  11. #10

    C: An advanced introduction (Principles of computer science series)




    Product Details

    * Hardcover: 332 pages
    * Publisher: Computer Science Press (1985)
    * Language: English
    * ISBN-10: 0881750530
    * ISBN-13: 978-0881750539

    Product Description

    Aho and Ullman have created a C version of their groundbreaking text. As in that text, this book combines the theoretical foundations of computing with essential discrete mathematics. It follows the same organizations as its predecessor, with all examples and exercises in C.


+ Reply to Thread
Page 1 of 2
1 2 LastLast

Similar Threads

  1. Huge collection of e-books
    By abhireddy in forum E Books
    Replies: 8
    Last Post: 09-12-2009, 03:08 PM
  2. My Huge Collection Of Sam's books
    By ripper99 in forum E Books
    Replies: 8
    Last Post: 08-08-2009, 10:07 AM
  3. Huge collection of e-books
    By EnigmA in forum E Books
    Replies: 1
    Last Post: 07-22-2009, 03:34 PM
  4. Replies: 0
    Last Post: 06-20-2009, 09:19 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts