Download WordPress Themes, Happy Birthday Wishes
Home » Tag Archives: C++ (page 4)

Tag Archives: C++

C++ Succinctly: C++ for C# Developers

C++ Succinctly was written to help professional C# developers learn modern C++ programming. The aim of this book is to leverage your existing C# knowledge in order to expand your skills. Whether you need to use C++ in an upcoming project, or simply w

Read More »

Thinking in C++, Volume 2: Practical Programming

Thinking in C++, Volume 2 coverages of advanced topics professional developers must master. Emphasis on advanced testing techniques to produce optimized error free code. In depth coverage of STL with real world reusable code examples. Simple short

Read More »

Thinking in C++, Volume One: Introduction to Standard C++ (2nd Edition)

Thinking in C++ patiently and methodically explores the issues of when and how to use inlines, references, operator overloading, inheritance and dynamic objects, as well as advanced topics such as the proper use of templates, exceptions and multiple

Read More »

C++ Programming for Scientists

This book is designed specifically for today's Scientists, Engineers and Mathematicians with a wealth of new applications and examples taken from real situations involving electrical and structural engineering, fluid mechanics, mathematics, power gen

Read More »

Industrial Strength C++: Rules and Recommendations

Taking the point of view that good rules make good programs, this book presents proven strategies for using and programming in the C++ object-oriented language in the form of easy-to-follow lists of rules and recommendations.This book greatly expands

Read More »

C++ In Action: Industrial Strength Programming Techniques

This book is a modern guide to using C++ langugage, including how to apply it to Windows programming. Shows how to write programs for programmers, not computers.C++ In Action: Industrial-Strength Programming Techniques picks up where the standard tut

Read More »

Learn C++ – Simply Easy Learning

C++ is a middle-level programming language developed by Bjarne Stroustrup starting in 1979 at Bell Labs. C++ runs on a variety of platforms, such as Windows, Mac OS, and the various versions of UNIX.This book adopts a simple and practical approach to

Read More »

Practical C++ Programming, Second Edition

C++ is a powerful, highly flexible, and adaptable programming language that allows software engineers to organize and process information quickly and effectively. But this high-level language is relatively difficult to master, even if you already kno

Read More »

An Introduction to the Imperative Part of C++

These lecture notes are designed for an introductory course on programming, using the imperative core of C++, and given to MSc (Computing Science) students at Imperial College London at the very beginning of their course. The students attend an inten

Read More »

Structured Programming with C++

Structured Programming with C++ is intended as course material for the course Structured Programming with C/C++ at university level. It can also be used as self-learning material.Each chapter contains theoretical parts and programming examples. At th

Read More »