Object Oriented C Programming


Download Object Oriented C Programming PDF/ePub or read online books in Mobi eBooks. Click Download or Read Online button to get Object Oriented C Programming book now. This website allows unlimited access to, at the time of writing, more than 1.5 million titles, including hundreds of thousands of titles in various foreign languages.

Download

21st Century C


21st Century C

Author: Ben Klemens

language: en

Publisher: "O'Reilly Media, Inc."

Release Date: 2012-10-15


DOWNLOAD





Throw out your old ideas about C and get to know a programming language that’s substantially outgrown its origins. With this revised edition of 21st Century C, you’ll discover up-to-date techniques missing from other C tutorials, whether you’re new to the language or just getting reacquainted. C isn’t just the foundation of modern programming languages; it is a modern language, ideal for writing efficient, state-of-the-art applications. Get past idioms that made sense on mainframes and learn the tools you need to work with this evolved and aggressively simple language. No matter what programming language you currently favor, you’ll quickly see that 21st century C rocks. Set up a C programming environment with shell facilities, makefiles, text editors, debuggers, and memory checkers Use Autotools, C’s de facto cross-platform package manager Learn about the problematic C concepts too useful to discard Solve C’s string-building problems with C-standard functions Use modern syntactic features for functions that take structured inputs Build high-level, object-based libraries and programs Perform advanced math, talk to internet servers, and run databases with existing C libraries This edition also includes new material on concurrent threads, virtual tables, C99 numeric types, and other features.

OBJECT-ORIENTED PROGRAMMING USING C++


OBJECT-ORIENTED PROGRAMMING USING C++

Author: DEHURI, SATCHIDANANDA

language: en

Publisher: PHI Learning Pvt. Ltd.

Release Date: 2007-05-08


DOWNLOAD





This compact book presents a clear and thorough introduction to the object-oriented paradigm using the C++ language. It introduces the readers to various C++ features that support object-oriented programming (OOP) concepts. In an easy-to-comprehend format, the text teaches how to start and compile a C++ program and discusses the use of C++ in OOP. The book covers the full range of object-oriented topics, from the fundamental features through classes, inheritance, polymorphism, template, exception handling and standard template library. KEY FEATURES • Includes several pictorial descriptions of the concepts to facilitate better understanding. • Offers numerous class-tested programs and examples to show the practical application of theory. • Provides a summary at the end of each chapter to help students in revising all key facts. The book is designed for use as a text by undergraduate students of engineering, undergraduate and postgraduate students of computer applications, and postgraduate students of management.

Programming with Objects


Programming with Objects

Author: Avinash C. Kak

language: en

Publisher: Wiley-IEEE Press

Release Date: 2003-04-07


DOWNLOAD





C++ is a general purpose programming language that, in addition to systems applications, is extensively used for scientific computation, financial applications, embedded systems, realtime control, and other applications. Emphasizing the commonality between C++ and Java as object oriented languages, this text prepares the reader to program with objects.