C And C++ Learn C Resources

Below you will find 0 categories and 27 links related to C And C++ Learn C Resources.

Links:

C and C++ : Books

Absolute Beginner's Guide to C

Visit Absolute Beginner's Guide to C

Takes beginners on a deluxe tour of the ins and outs of C programming. It provides detailed information in a friendly, informative manner, and talks to you at your level, without talking down to you. Absolute Beginner's Guide, Second Edition, teaches you the basics of C, including how to organize a program, print to the screen, and store data. Numerous concepts, such as variables, operators, file I/O, pointers, arrays, and functions might seem foreign now, but with this book, you will become a proficient C programmer. Friendly icons highlight notes, clues, pitfalls, warnings, and rewards to make the text easier for you to follow and understand. A tear-out card of C functions, a hierarchy chart, a special "Where Do I Go From here" section, and other useful quick reference materials are also included for your convenience. Learn C programming terms and concepts in a non-cryptic style which presumes no prior programming knowledge or experience.

  • Cost: $9.89
  • Pages: 309
  • Edition: 2nd edition
  • ISBN: 0672303418

Accelerated C++

Visit Accelerated C++

After a tour of basic C++, the book looks at more advanced C++ features, such as templates, including built-in support for containers. Besides tapping the strength of Standard C++, you also will learn to design with your own templates. All examples make use of the command line and console (without GUI programs), but the advantage is that this code should run on any of today's operating systems and compilers. Later sections cover the basics of class design, which include good coverage of operator overloading and inheritance. Topics covered include: Introduction to C++; Console I/O with stream classes; Basic string handling; Loop and flow-control statements; Arrays; functions; methods; Standard Template Library; Iterators; Sorting and generic functions; Basic class design; Pointers and arrays; File I/O; Memory management including statically and dynamically allocated memory; Stream support; Conversion operators; Operator Overloading; and much more.

  • Cost: $39.99
  • Pages: 336
  • Edition: 1st edition
  • ISBN: 020170353X

Borland C++ Builder 6 Guide

Visit Borland C++ Builder 6 Guide

C++Builder 5 Developer's Guide is a completely new book authored by insiders of the C++Builder development community. You will learn advanced debugging techniques using CodeGuard, master multi-tier distributed applications with MIDAS 3, discover the latest in multi-media techniques with OpenGL, DirectX, and others, master memory management, learn how to build a chat system with TCP/IP, and more. XML, HTML, CORBA, VisiBroker, ActiveX, and COM+ Server are new features covered by this new edition. Born from exchanges on "The Bits" C++ Builder technical discussion list, this book includes articles by 34 contributors from around the world who set out to explore not only material new to version 5, but also developer techniques and topics not covered anywhere else. The result is a guide to help developers expand their existing C++ Builder skills to create better, larger, more complex applications. This is not a C++ primer on the C++ Builder application.

  • Cost: $41.99
  • Pages: 1128
  • Edition: 1st edition
  • ISBN: 0672324806

Building Your Own C++ Compiler

Visit Building Your Own C++ Compiler

Holmes satisfies the dual demand for an introduction to compilers and a hands-on compiler construction project manual in The Object-Oriented Compiler Workbook. This book details the construction process of a fundamental, yet functional compiler, so that readers learn by actually doing. It uses C++ as the implementation language, the most popular Object Oriented language, and compiles a tiny subset of Pascal, resulting in source language constructs that are already a part of most readers' experience. It offers extensive figures detailing the behavior of the compiler, especially as it relates to the parse tree. It supplies complete source codes for example compiler listed as an appendix and available by FTP. Holmes satisfies the dual demand for an introduction to compilers and a hands-on compiler construction project manual in Building Your Own Compiler. This is an excellent choice for novice programmers wanting to build a compiler.

  • Cost: $34.80
  • Pages: 112
  • Edition: Facsimile edition
  • ISBN: 0131821067

C For Dummies

Visit C For Dummies

C For Dummies, Volume Two, is the much awaited sequel to C For Dummies, Volume One. It's the rest of the story filled with relevant information that C programmers need to know. This down-to-earth reference explores the short history of the C language and provides helpful tips that show users how to trouble-shoot in C. Soon, you'll be able to figure out functions and find out how to deal with the ever-changing variables and math associated with C programming. It's actually explained in a way that makes C fun and easy to understand! This book includes advice on how to get the best hand-holding information ever written about pointers; Create large projects; Find detailed information about strings, structures, and disk access; Discover a C language summary; Read special information about Borland and Microsoft compilers; Implement tips and tricks from C gurus; Ace the fun quizzes and final exams that appear after each lesson and chapter.

  • Cost: $17.49
  • Pages: 1068
  • Edition: paperback, Volume 2
  • ISBN: 156884915X

C for Linux Programming

Visit C for Linux Programming

Sams Teach Yourself C for Linux Programming in 21 Days presents C programming techniques in a logical and easy-to-follow sequence that helps you understand the principles involved in developing C programs. You'll begin the basics of writing a program, then move on to arrays, pointers, disk input/output, functions, and more. Learn the basics of C, including variables, constants, conditional statements, loops, pointers, data structures, input/output, and functions. This book presents C in the most logical and easy-to-learn sequence, and is geared towards programmers learning the C language for Linux. Also included will be additional material needed to develop and execute programs for Linux. Erik de Castro Lopo is a professional Research and Develpoment engineer who lives and works in Sydney Australia. He used UNIX extensively while at University and discovered Linux in 1995. He is a regular visitor to the Linux Usenet newsgroups.

  • Cost: $20.99
  • Pages: 768
  • Edition: Book and CD-ROM edition
  • ISBN: 0672315971

C Programming Language

Visit C Programming Language

This book is meant to help the reader learn how to program in C. It is the definitive reference guide, now in a second edition. Although the first edition was written in 1978, it continues to be a worldwide best-seller. This second edition brings the classic original up to date to include the ANSI standard. We have tried to retain the brevity of the first edition. C is not a big language, and it is not well served by a big book. We have improved the exposition of critical features, such as pointers, that are central to C programming. We have refined the original examples, and have added new examples in several chapters. For instance, the treatment of complicated declarations is augmented by programs that convert declarations into words and vice versa. As before, all examples have been tested directly from the text, which is in machine-readable form. This second edition of The C Programming Language describes C as defined by the ANSI standard.

  • Cost: $40.00
  • Pages: 272
  • Edition: 2nd edition
  • ISBN: 0131103628

C++ For Dummies

Visit C++ For Dummies

This handy reference presents eight book-length modules that show readers how to conquer all aspects of C++, today's most widely used programming language for software applications, with 3.6 million developers. Includes an easy-to-understand C++ primer for beginners; Features chapters on game programming, creating enterprise applications, and Web services for experienced developers; Offers complete coverage of all the most popular compilers and intergrated development environments for C++, including gcc, Borland, CodeWarrior and Microsoft's new Visual C++ .NET and Visual Studio .NET IDE; CD-ROM contains all code examples from the book and the GNU C++ compiler. This guide will introduce C++, objects and classes, fixing programs, advanced programming, reading and writing files using C++, and Visual Studio and MFC. Author Jeff Cogswell is a software engineer, writer, consultant, and former educator. He is also the author of other programming books.

  • Cost: $24.49
  • Pages: 854
  • Edition: Book and CD-ROM edition
  • ISBN: 0764517953

C++ Gotchas

Visit C++ Gotchas

C++ Gotchas is the professional programmer's guide to avoiding and correcting ninety-nine of the most common, destructive, and interesting C++ design and programming errors. It also serves as an inside look at the more subtle C++ features and programming techniques. This book discusses basic errors present in almost all C++ code, as well as complex mistakes in syntax, preprocessing, conversions, initialization, memory and resource management, polymorphism, class design, and hierarchy design. Each error and its repercussions are explained in context, and the resolution of each problem is detailed and demonstrated. Readers will discover how to escape both common and complex traps associated with C++; How to produce more reusable, maintainable code; Advanced C++ programming techniques; Nuances of the C++ language. Readers will also learn more about commonly misunderstood features of C++ used in advanced programming and design.

  • Cost: $44.99
  • Pages: 352
  • Edition: 1st edition
  • ISBN: 0321125185

C++ How to Program

Visit C++ How to Program

The Deitels' C++ How to Program is the most comprehensive, practical introduction to C++ ever published with hundreds of hands-on exercises, roughly 250 complete programs written and documented for easy learning, and exceptional insight into good programming practices, maximizing performance, avoiding errors, debugging, and testing. This new Fourth Edition has an upgraded OOD/UML case to latest UML standard, as well as significant improvements to exception handling and operator overloading chapters. Features enhanced treatment of strings and arrays as objects earlier in the book using standard C++ classes, string and vector. The book retains every key concept and technique ANSI C++ developers need to master: control structures, functions, arrays, pointers and strings, classes and data abstraction, operator overloading, inheritance, virtual functions, polymorphism, I/O, templates, exception handling, file processing, data structures, and more.

  • Cost: $78.67
  • Pages: 1408
  • Edition: 4th edition
  • ISBN: 0130384747

C++ Primer

Visit C++ Primer

This tutorial is rewritten to describe the features and programming usage of Standard C++. The C++ Primer provides usage and efficiency guidles as well. Highlights of this book include Clear, practical and example-driven coverage of the Standard Library, with emphasis on the containers, iterators and algorithms (also known as the Standard Template Library), the string class and iostreams; A detailed look at the new features of Standard C++; exception handling, run-time type identification, namespaces, the built-in bool type, and new-style cast-notation, with advice on how to effectively use them; A thorough introduction of the advanced language features, such as templates, classes, and inheritance in support of generic programming, object-oriented programming and object-based programming; An appendix that can be used as a quick reference for the generic algorithms, describing their behavior, and providing concrete examples of how to use them

  • Cost: $49.99
  • Pages: 1264
  • Edition: 3rd edition
  • ISBN: 0201824701

C++ Templates

Visit C++ Templates

The first book to provide complete and accurate information on using templates in C++. A complete reference as well as a tutorial. Includes real-world examples. Every working C++ programmer will need a copy of this book for his or her library. The authors urge readers to see them as a scientist engineer pair, producing a combination C++ template tutorial with a detailed reference. They introduce language elements and design elements of the template feature of the programming language and provide coverage of template syntax and semantics. Techniques covered include static polymorphism, policy classes, metaprogramming, and expression templates. Also discussed is the C++ standard library, constructed largely with templates. Readers are expected to know C++ before approaching the book. You will learn the exact behavior of templates, how to avoid pitfalls, idoms and techniques, reusing source code, increasing efficiency of C++ programs.

  • Cost: $54.99
  • Pages: 552
  • Edition: 1st edition
  • ISBN: 0201734842

Cgi Programming in C & Perl

Visit Cgi Programming in C & Perl

CGI Programming in C & Perl shows you how to create interactive, multimedia documents via CGI programming in two practical languages: C, which has a distinct performance advantage, and Perl, one of the most popular for CGI today. Applications and source code are presented in both languages in the book and on the CD-ROM. In this book you will learn how to generate HTML pages and images on the fly, get CGI access on your ISP's site, ensure security for your CGI-activated site, parse form submission directly, and send e-mail via forms and CGI. CGI programs can take advantage of any resource available to the server computer to generate their output and can also accept input from the user through forms. These two basic capabilities have led to wide variety of applications, such as form processing, geneartion of inline images and movies, the formatting of data sets based on queries to a database, real-time updates to web pages, and more.

  • Cost: $26.57
  • Pages: 402
  • Edition: paperback
  • ISBN: 0201422190

Complete Idiot's Guide to C++

Visit Complete Idiot's Guide to C++

The Complete Idiot's Guide to C++ is the fun way to study the basics. By learning the mysteries of the C++ program, you'll no longer fear the bite of the bits. From why to use C++ to how to use C++, this book spells it out easily. Soon phrases like the antimatter version of cout, multidimensional arrays, and binary files won't sound so foreign. And you'll be programming faster than you used to say, "OOPs, I just trashed all those files. Did you need those, George?" This book includes the jargon, the geeky talk, and boring bits; Learn how to spread yourself out in space with multidimensional arrays; Combine arrays and functions to build very useful C++ code; Receive expert advice on the best ways to learn object-oriented programming; Work with constants and variables; Know your ints from your floats; Learn the syntax of the for loop; Populate and array at runtime; Use alternative ways to store data; Take pity on the overloaded operator and more.

  • Cost: $20.00
  • Pages: 342
  • Edition: Book and CD-ROM edition
  • ISBN: 0789718162

Essential C++

Visit Essential C++

For the practicing programmer with little time to spare, Essential C++ offers a fast-track to learning and working with C++ on the job. Essential C++ presents the basics of C++ in the context of procedural, generic, object-based, and object-oriented programming. It is organized around a series of increasingly complex programming problems, and language features are introduced as solutions to these problems. In this way you will not only learn about the functions and structure of C++, but will understand their purpose and rationale. You will find in-depth coverage of key topics such as: Generic programming and the Standard Template Library (STL); Object-based programming and class design; Object-oriented programming and the design of class hierarchies; Function and class template design and use; Exception handling and Run-Time Type Identification. This concise tutorial will give you a working knowledge of C++ and a firm foundation.

  • Cost: $33.95
  • Pages: 304
  • Edition: 1st edition
  • ISBN: 0201485184

Expert C Programming

Visit Expert C Programming

Expert C Programming reveals the coding techniques used by the best C programmers. It relates C to other languages, and includes an introduction to C++ that can be understood by an programmer without weeks of mind-bending study. Covering both the IBM PC and UNIX systems, it is an entertaining and educational romp through C showing how experts really use it. Expert C Programming is a must read for anyone who wants to learn more about the implementation, practical use, and folklore of C. 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. This is a very different book on the C Language. It presents dozens of astonishing examples 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 secrets, and much more.

  • Cost: $39.99
  • Pages: 384
  • Edition: 1st edition
  • ISBN: 0131774298

Learn to Program with C++

Visit Learn to Program with C++

Introduces the basic commands for writing programs in C++. Writing in an imaginary classroom format, Smiley (Penn State University) explains the 11 fundamental data types, selection structures, loops, and functions, then moves on to the more advanced topics of creating objects from instantiable classes, controlling access to data in an object, designing classes using inheritance, and array processing. More than 100,000 programmers owe their careers to Professor John Smiley. In this unique guide, the guru himself will teach you, in a classroom setting, how to program with C++. Learn from more than 100 questions and answers as well as real-world programming projects. No prior programming experience is required to quickly grasp these basic, easy-to-understand lessons which are enhanced with questions and exercises. Functions, inheritance, errors and error handling, classes and creating objects, and more are covered in this introductory primer.

  • Cost: $20.99
  • Pages: 624
  • Edition: paperback
  • ISBN: 0072225351

Practical Visual C++ 6

Visit Practical Visual C++ 6

Practical Visual C++ takes a straight forward, no-nonsense approach to teaching C++. You start by learning the basics of Developer Studio with the use of the Wizards, editors, and debuggers. Then move on to the core language, including program flow, data types, functions, classes, object-oriented programming, and more. You then progress into the Microsoft Foundation Classes (MFC), the libraries of pre-build classes that Microsoft provides to make Visual C++ programming much easier. By understanding how to use the classes within MFC, you will be able to create nearly any type of program. Specific coverage includes working with dialogs, objects, controls, document-views, file manipulation, and printing. Presents step-by-step instructions on the most commonly used features of Visual C++ 6, making it the average user's guide to working efficiently. Centered on task-based solutions and easy-to implement tips. Jon Bates is a software design consultant.

  • Cost: $20.99
  • Pages: 832
  • Edition: 1st edition
  • ISBN: 0789721422

Sams Teach Yourself C in 21 Days

Visit Sams Teach Yourself C in 21 Days

Sams Teach Yourself C in 21 Days, Fifth Edition presents C programming techniques in a logical and easy-to-follow sequence that helps you understand the principles involved in developing C programs. Learn the basics of writing a program, then move on to arrays, pointers, disk input/output, functions, and more. This book covers the basics of C including variables, constants, conditional statements, loops, pointers, data structures, input/output, and functions. Sams Teach Yourself C in 21 Days, Fifth Edition, presents C in the most logical and easy-to-learn sequence, and is geared towards programmers learning the C language. Provides the perfect starter kit for new C programmers. Includes the basic coverage of C including variables, constants, conditional statements, loops, pointers, data structures, disk input/output, and functions. Peter Aitken is an associate professor at Duke University Medical Center who has developed tools using C and C++.

  • Cost: $6.25
  • Pages: 800
  • Edition: 5th edition
  • ISBN: 0672317664

Sams Teach Yourself C++

Visit Sams Teach Yourself C++

The C++ programming language is enjoying a resurgence of popularity. The combination of the proven Sams Teach Yourself C++ in 21 Days book with the best-selling Microsoft 6.0 compiler makes this package the perfect starter kit for new C++ programmers! Each of the 21 lessons consist of a full day's activities as you learn the in's and out's of C++ programming. You will be able to verify you are learning C++ by answering the questions within the book. Also use the assessment exam to see how well you have learned or what you need to review. Comes with the most popular C++ Compiler, Microsoft's Introductory Edition 6.0 Compiler; The one-stop solution for learning the most widely accepted and rapidly growing object-oriented language. Test your C++ programming knowledge with the pre and post assessment testing product. It assumes no prior knowledge of programming and offers solid instruction and the authors insights into best programming practices.

  • Cost: $24.49
  • Pages: 912
  • Edition: 4th edition
  • ISBN: 067232072X

Starting Out with C++

Visit Starting Out with C++

This new edition of Starting Out with C++ is a concise text aimed at teaching C++ in logical steps. The book starts with a firm foundation in structured, procedural programming and progresses to the object-oriented programming paradigm. Written in clear, easy-to-understand language, this book introduces topics on mathematical expressions, looping, functions, arrays and structured data, as well as other features used in computer programming. The clear presentation and focus on core concepts make it ideal for beginning programmers learning C++ on their own or in a classroom setting. A step-by-step introduction to the Visual C++ environment. Unlike other Visual C++ supplements, White provides clear, explicit step-by-step discussions, which any student studying from Gaddis will be able to understand. Instructor Materials: Test Bank, Casestudy solutions, Programming Challenge Solutions and Answers to the even-numbered review questions are included.

  • Cost: $51.77
  • Pages: 1323
  • Edition: 3rd edition
  • ISBN: 1576760634

STL Programming

Visit STL Programming

Written in a clear, concise, and uncompromising style, STL Programming from the Ground Up is a fast paced tutorial that provides dozens of ready-to-run examples, programming pointers, and insider tips. It starts with the basics, including a brief history of the STL and its recent standardization, and then describes all of its components. Detailed chapters cover the various containers, algorithms, iterators, function objects, and adapters supported by the STL. You'll even learn how to create your own containers and algorithms! Throughout, you'll find Herb's "In Depth" boxes packed with critical insights and practical techniques. Topics include and overview of STL; The sequence containers: vector, list, deque; The associate container: map, multimap, set, and multiset; The container adapaters: queue, stack, and priority_queue; Algorithms; Function Objects; Binders, negators, adn predicates; Creating your own containers, and much more!

  • Cost: $27.99
  • Pages: 442
  • Edition: paperback
  • ISBN: 0078825075

Teach Yourself C++ in 10 Minutes

Visit Teach Yourself C++ in 10 Minutes

Sams Teach Yourself C++ in 10 Minutes is the fastest, most direct way to learn the fundamentals of this powerful language. Each chapter is short, focused and straightforward. The book can be used as a quick introduction to programming or as a pocket reference for the techniques, syntax and tools of C++ programming. Sams Teach Yourself C++ in 10 Minutes stands out from the competition by providing quick, short, easy to digest micro-lessons; each of which can be mastered in under 10 minutes. Jesse Liberty assumes no prior programming experience whatsoever; he begins by showing you the absolute fundamentals of what is a program then guides you to write your first program. It covers all the important topics of C++, and provides you with a solid foundation on which to build your programming knowledge. Teaches program structure, variables and constants, classes and objects, functions and more.

  • Cost: $2.49
  • Pages: 246
  • Edition: 1st edition
  • ISBN: 067231603X

Teach Yourself C++ Programming

Visit Teach Yourself C++ Programming

The C++ programming language is enjoying a resurgence of popularity. The combination of the proven Sams Teach Yourself C++ in 21 Days book with the best-selling Microsoft 6.0 compiler makes this package the perfect starter kit for new C++ programmers! Each of the 21 lessons consist of a full day's activities as you learn the in's and out's of C++ programming. You will be able to verify you are learning C++ by answering the questions within the book. Also use the assessment exam to see how well you have learned or what you need to review. Comes with the most popular C++ Compiler, Microsoft's Introductory Edition 6.0 Compiler; The one-stop solution for learning the most widely accepted and rapidly growing object-oriented language; Test your C++ programming knowledge with the pre and post assessment testing product. Presents the basics of C++ programming then moves to more advanced concepts that will enable you to create your own appplications.

  • Cost: $3.50
  • Pages: 815
  • Edition: paperback
  • ISBN: 0672305410

The C Answer Book

Visit The C Answer Book

This is an answer book that provides solutions to all the exercises in The C Programming Language, Second Edition, by Brian W. Kernigham and Dennis M. Ritchie. Careful study of the C Answer Book, Second Edition, used in conjuction with K&R, will help you understand C and teach you good C programming skills. You cannot learn a programming language by only reading the language constructs. It also requires programming -- writing your own code and studying those of others. We use good features of the language, modularize our code, make extensive use of library routines, and format our program to help the reader see the logical flow. Skills you can obtain include structure assignment, enumeration, void type, stronger type checking, pointers, operators, expressions, control flow, program structure, input and output, the unix system interface, and much more. The book includes a tutorial introduction to the C programming language as well.

  • Cost: $40.00
  • Pages: 208
  • Edition: Reprint edition
  • ISBN: 0131096532