BookMentionsBookMentions

C Plus Plus

Topic List34 books curated2 recommendations total

A curated collection of books related to C Plus Plus, ranked by recommendation signals.

Curated list content
1
No coverC Programming, Language
2 recommendations
Description

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 bestseller. This second edition brings the classic original up to date to include the ANSI standard. From the Preface: We have tried to retain...

2
Absolute Beginner's Guide to C
Description

For beginning programmers, this updated edition answers all C Programming, questions. This bestseller talks to readers at their level, explaining every aspect of how to get started and learn the C language quickly. Readers also find out where to learn more about C. This book includes tearout reference card of C functions and statements, a hierarchy...

3
Beginning C Through Game Programming,
Description

When it comes to game Programming,, C is the name of the game. If you aspire to move from game player to game creator, it all starts with learning the fundamentals of C and gameProgramming, basics. With BEGINNING C THROUGH GAME Programming,, FOURTH EDITION, you will find an uptodate and thorough introduction to everything you need to get star...

4
Discovering Modern C
Discovering Modern C

An Intensive Course for Scientists, Engineers, and Programmers (C InDepth Series)

Description

As scientific and engineering projects grow larger and more complex, it is increasingly likely that those projects will be written in C. With embedded hardware growing more powerful, much of its software is moving to C, too. Mastering C gives you strong skills for Programming, at nearly every level, from "close to the hardware" to the highest...

5
No coverBeyond the C Standard Library
Beyond the C Standard Library

An Introduction to Boost

Description

Introducing the Boost libraries: the next breakthrough in C] Programming, Boost takes you far beyond the C Standard Library, making C Programming, more elegant, robust, and productive. Now, for the first time, a leading Boost expert systematically introduces the broad set of Boost libraries and teaches best practices for their use. Writing for i...

6
Effective Modern C
Effective Modern C

42 Specific Ways to Improve Your Use of C? and C?

Recommendation Context
Available recommendation signals cluster around NonFiction, Programming, Technology, Plus lists, suggesting this book may fit readers looking for big-picture nonfiction and accessible learning. Treat this as discovery context, not a quality guarantee.
7
C? STL Cookbook
C? STL Cookbook

Discover the latest enhancements to functional Programming, and lambda expressions

Description

Over 90 recipes that leverage the powerful features of the Standard Library in C? About This Book Learn the latest features of C and how to write better code by using the Standard Library (STL). Reduce the development time for your applications. Understand the scope and power of STL features to deal with realworld problems. Compose your...

8
No coverEffective C
Effective C

55 Specific Ways to Improve Your Programs and Designs (Professional Computing)

Description

The Barnes & Noble ReviewSince early in the 90s, working C programmers have relied on Scott Meyers s Effective C to dramatically improve their skills. But the stateoftheart has moved forward dramatically since Meyers last updated this book in 1997. (For instance, there s now STL. Design patterns. Even new functionality being added through TR...

9
Professional C
Description

Get up to date quickly on the new changes coming with C? Professional C is the advanced manual for C Programming,. Designed to help experienced developers get more out of the latest release, this book skims over the basics and dives right in to exploiting the full capabilities of C?. Each feature is explained by example, each including act...

10
No coverThe C Standard Template Library
Description

With the C Standard Template Library (STL), C developers have a powerful toolset for maximizing productivity, software quality, and performance at the same time. STL provides both a comprehensive set of container classes and fundamental algorithms to go with them a large, systematic, clean, formally sound, comprehensible, elegant and efficie...

11
No coverA Tour of C
Description

In A Tour of C, Second Edition, Bjarne Stroustrup, the creator of C, describes what constitutes modern C. This concise, selfcontained guide covers most major language features and the major standardlibrary componentsnot, of course, in great depth, but to a level that gives programmers a meaningful overview of the language, some key exampl...

12
No coverC Concurrency in Action
Description

C 11 delivered strong support for multithreaded applications, and the subsequent C? and 17 updates have built on this baseline. C has better options for concurrency than ever before, which means it's an incredibly powerful option for multicore and parallel applications.This bestseller has been updated and revised to cover all the latest chan...

13
No coverThe Design and Evolution of C
Description

This book focuses on the principles, processes and decisions made during the development of the C Programming, language. As the inventor of the language, Stroustrup presents his insight into the decisions which resulted in the features of C the praised, the controversial and even some of the rejected ones. By writing this book the author prese...

14
No coverC in One Hour a Day, Sams Teach Yourself
Description

In just one hour a day, you'll have all the skills you need to begin Programming, in C. With this complete tutorial, you'll quickly master the basics, and then move on to more advanced features and concepts. Completely updated for the C? standard, with a preview of C?, this book presents the language from a practical point of view, helping y...

15
C Primer
Description

" C Primer is well known as one of the best books for learning C and is useful for C programmers of all skill levels. This Fourth Edition not only keeps this tradition alive, it actually improves on it."Steve Vinoski, Chief Engineer, Product Innovation, IONA Technologies" The Primer really brings this large and complex language down to size...

16
C Programming,
C Programming,

From Problem Analysis to Program Design

Description

C Programming,: FROM PROBLEM ANALYSIS TO PROGRAM DESIGN, Seventh Edition remains the definitive text for a first Programming, language course. D.S. Malik's timetested, studentcentered methodology uses a strong focus on problemsolving and fullcode examples to vividly demonstrate the how and why of applying Programming, concepts and utilizing C ...

17
C Templates
C Templates

The Complete Guide (2nd Edition)

Description

Templates are among the most powerful features of C, but they remain misunderstood and underutilized, even as the C language and development community have advanced. In C Templates, Second Edition, three pioneering C experts show why, when, and how to use modern templates to build software that's cleaner, faster, more efficient, and easier ...

18
No coverDesign Patterns
Design Patterns

Elements of Reusable ObjectOriented Software

Description

Design Patterns is a modern classic in the literature of objectoriented development, offering timeless and elegant solutions to common problems in software design. It describes patterns for managing object creation, composing objects into larger structures, and coordinating control flow between objects. The book provides numerous examples where us...

19
Effective STL
Effective STL

50 Specific Ways to Improve Your Use of the Standard Template Library

Recommendation Context
Available recommendation signals cluster around NonFiction, Programming, Technology, Plus lists, suggesting this book may fit readers looking for big-picture nonfiction and accessible learning. Treat this as discovery context, not a quality guarantee.
20
Exceptional C Style
Exceptional C Style

40 New Engineering Puzzles, Programming, Problems, and Solutions

Description

Exceptional C Style continues where Exceptional C and More Exceptional C left off. This book follows in the tradition of the first two: It delivers new material, organized in bitesized Items and grouped into themed sections. Readers of the first two books will find some familiar section themes, now including new material, such as exception s...

21
No coverExceptional C
Exceptional C

47 Engineering Puzzles, Programming, Problems, and Solutions

Description

Exceptional C shows by example how to go about sound software engineering in standard C. Do you enjoy solving thorny C problems and puzzles Do you relish writing robust and extensible code Then take a few minutes and challenge yourself with some tough C design and Programming, problems. The puzzles and problems in Exceptional C not only ...

22
No coverHead First C
Head First C

A BrainFriendly Guide

Description

Ever wished you could learn C from a book Head First C provides a complete learning experience for C and structured imperative Programming,. With a unique method that goes beyond syntax and howto manuals, this guide not only teaches you the language, it helps you understand how to be a great programmer. You'll learn key areas such as language basi...

23
Programming,
Programming,

Principles and Practice Using C (2nd Edition)

Description

An Introduction to Programming, by the Inventor of C"Preparation for Programming, in the Real World"The book assumes that you aim eventually to write nontrivial programs, whether for work in software development or in some other technical field. "Focus on Fundamental Concepts and Techniques"The book explains fundamental concepts and techniques in ...

24
No coverAccelerated C
Accelerated C

Practical Programming, by Example

Description

Want to learn how to program in C immediately Want to start writing better, more powerful C programs today Accelerated C's uniquely modern approach will help you learn faster and more fluently than you ever believed possible. Based on the authors' intensive summer C courses at Stanford University, Accelerated C covers virtually every co...

25
No coverC FAQs by Marshall P. Cline
Description

In a concise and direct questionandanswer format, C FAQs, Second Edition brings you the most efficient solutions to more than four hundred of the practical Programming, challenges you face every day. In this book, the authors concentrate on those issues most critical to the professional programmer's work, and they present more explanatory materi...

26
Modern C Programming, Cookbook
Modern C Programming, Cookbook

Recipes to explore data structure, multithreading, and networking in C?

Description

Over 100 recipes to help you overcome your difficulties with C] Programming, and gain a deeper understanding of the working of modern C About This Book Explore the most important language and library features of C?, including containers, algorithms, regular expressions, threads, and more, Get going with unit testing frameworks Boost.Test, ...

27
The C Programming, Language
Description

The new C? standard allows programmers to express ideas more clearly, simply, and directly, and to write faster, more efficient code. Bjarne Stroustrup, the designer and original implementer of C, has reorganized, extended, and completely rewritten his definitive reference and tutorial for programmers who want to use C most effectively. "The...

28
C AllinOne For Dummies
Description

Get ahead of the C curve to stay in the game C is the workhorse of Programming, languages and remains one of the most widely used Programming, languages today. It's crossplatform, multifunctional, and updates are typically opensource. The language itself is objectoriented, offering you the utmost control over data usage, interface, and resour...

29
C How to Program
Description

For courses in computer Programming, C How to Program is a comprehensive introduction to Programming, in C. Like other texts of the Deitels' How to Program series, the book serves as a detailed beginner source of information for college students looking to embark on a career in coding, or instructors and softwaredevelopment professionals seeking to ...

30
No coverC Standard Library, The
C Standard Library, The

A Tutorial And Reference 2Nd Edition

Description

C Standard Library, The: A Tutorial and ReferencePearson Nicolai M. Josuttis2012EDN2...

31
C Template MetaProgramming,
Recommendation Context
Available recommendation signals cluster around Programming, Technology, Plus lists, suggesting this book may fit readers looking for big-picture nonfiction and accessible learning. Treat this as discovery context, not a quality guarantee.
32
No coverInside the C Object Model by Stanley B. LippmanPaperback
33
Mastering the C? STL
Mastering the C? STL

Make full use of the standard library components in C?

Description

Key Features Boost your productivity as a C developer with the latest features of C? Develop highquality, fast, and portable applications with the varied features of the STL Migrate from older versions (C?, C?) to C? Book Description Modern C has come a long way since 2011. The latest update, C?, has just been ratified and sever...

34
Starting Out with C from Control Structures to Objects
Description

For twosemester courses in the C Programming, sequence, or an accelerated onesemester course. A clear and studentfriendly way to teach the fundamentals of C Starting Out with C: From Control Structures through Objects covers control structures, functions, arrays, and pointers before objects and classes in Tony Gaddis’s hallmark access...

Built from recommendation data, category signals, and source-backed book records. Use this list as a starting point; open any book to see proof, context, and Amazon options where available.

Recommendation dataCategory signalsSource-backed book recordsOpen book pages for proof/context

Explore more lists

About this list

This list aggregates books that appear in public recommendation sources, reader-interest signals, and category data. Books are ranked by their position from the source list; recommendation counts and ratings are shown where available. Open any book to see source-backed recommendation proof, editorial context, and Amazon options — the per-book detail page is where the trust signals live.