OBJECT-ORIENTED PROGRAMMING USING C++

OBJECT-ORIENTED PROGRAMMING USING C++
Author: SATCHIDANANDA DEHURI
Publisher: PHI Learning Pvt. Ltd.
Total Pages: 349
Release: 2007-05-08
Genre: Computers
ISBN: 8120330854

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.

Object-oriented Programming in C++

Object-oriented Programming in C++
Author: Richard Johnsonbaugh
Publisher: Pearson
Total Pages: 650
Release: 2000
Genre: Computers
ISBN:

A valuable handbook/reference for professionals who need to learn C++ and master its latest updates, this exceptionally organized, #1-rated guide teaches the power and flexibility of the C++ programming language through object-oriented programming applications. Examines the most up-to-date C++ features, including new-style headers, new-style casts, type bool, type string, stringstream classes, namespaces, namespace std., exception handling, run-time type identification, operator new, the template input/output classes, and more. Offers complete coverage on STL (standard template library), including containers, iterators, algorithms, and function objects; the standard input/output library IN DETAIL; and the Microsoft Foundation Classes. Contains an extensive number of well-constructed examples, beautifully fashioned sample applications, interesting and practical programming exercises, boxed figures and vibrant illustrations. A companion web site provides the book's source code, header files, and data files; sample syllabi; transparencies; and an errata list. For professionals in computer science and related fields.

OBJECT- ORIENTED PROGRAMMING IN C++ (With CD )

OBJECT- ORIENTED PROGRAMMING IN C++ (With CD )
Author: Rajesh K. Shukla
Publisher:
Total Pages: 480
Release: 2008-06-01
Genre: C++ (Computer program language)
ISBN: 9788126516582

Market_Desc: · General Readers· Students pertaining to B.E., MCA, PGDCA, and MSc degree courses of most Indian universities and training institute offering OOPS & C++· C++ professionals Special Features: · Covers the complete syllabus of various universities offering course on object oriented programming methodologies· Concepts are well illustrated through examples and tested programs· Multiple choice questions are included at the end of each chapter· Model question papers are also included· Theoretical part is supported with C++ implementation. The attached CD contains numerous tested and debugged programs· Strong emphasis is given on implementation and examples throughout the book About The Book: This book offers solid, effective and easy to understand approach to the study of fundamental Object Oriented Programming. The book is a boon for general readers, C++ Professionals, and students from both graduate and postgraduate courses in computer engineering, who are inquisitive to explore each and every aspect of OOPS and C++. It renders expansive information about a wide array of topics like C++, arrays, structures, unions, bit fields, functions, pointers, template, exception handling, file handling and graphics with numerous examples. The text comprises fourteen chapters and each chapter is further divided into modules of major topics. Each module has a uniform structured presentation starting with learning objective, declaration, implementation, example programs, operations, and types, summary, multiple choice sections, programming assignments, review questions followed by the solution of the programming assignments.

21st Century C

21st Century C
Author: Ben Klemens
Publisher: "O'Reilly Media, Inc."
Total Pages: 299
Release: 2012-10-29
Genre: Computers
ISBN: 1449327141

If you know how to program with a general purpose language such as Ruby or Python, you can also learn how to use the C language in a practical and modern style. However, you need many techniques that are entirely absent from every C textbook on the market - except this one.

Structured and Object-oriented Problem Solving Using C++

Structured and Object-oriented Problem Solving Using C++
Author: Andrew C. Staugaard
Publisher:
Total Pages: 790
Release: 2002
Genre: Computers
ISBN: 9780130284518

Appropriate for Introductory Computer Science (CS1) courses using C++ and Introductory C++ programming courses found in Computer Science, Engineering, CIS, MIS, and Business Departments. This accessible text emphasizes problem-solving techniques using the C++ language, with coverage that develops strong problem-solving skills using problem abstraction and stepwise refinement through the "Programmer's Algorithm." Staugaard first emphasizes the structured (procedural) paradigm, then gradually advances to the object-oriented paradigm using object-oriented programming "seed topics." This approach prepares students for in-depth coverage of classes and objects presented later in the text, while building essential structured programming concepts.

C++ and Object-oriented Programming

C++ and Object-oriented Programming
Author: Kip R. Irvine
Publisher:
Total Pages: 526
Release: 1997
Genre: C++ (Computer program language)
ISBN: 9780132614214

Offering students a tutorial on the basic differences between C and C++, the object model, design methods, and C++ programming, this text includes utility classes and case studies, which illustrate object-oriented programming, with all source code included on a disk in the text. The book illustrates concepts behind object-oriented design, going beyond a discussion of the C++ language to give students a deeper knowledge of the benefits of object-oriented programming. An extensive class library developed in the texts examples, which is also available via FTP, allows instructors to add new classes, extend existing ones, and add new student assignments. Adhering to the most current draft of the C++ standard it offers a review of function parameters, pointers, arrays and dynamic memory allocation to help students transfer knowledge of C programming to the C++ language and prepare them for C++ enhancements.

Object Oriented Programming Using C++

Object Oriented Programming Using C++
Author: B. Chandra
Publisher: Alpha Science Int'l Ltd.
Total Pages: 494
Release: 2005
Genre: Computers
ISBN: 9781842652473

Discusses different aspects of OOP like Classes, Polymorphism, Inheritance, Virtual Functions and Friend Functions apart from fundamental concepts. In this book, extensive coverage has been given to illustrate standard templates like Vectors, Queues, Stacks, List and Maps.

Class Construction in C and C++

Class Construction in C and C++
Author: Roger Sessions
Publisher:
Total Pages: 502
Release: 1992
Genre: Computers
ISBN:

A thorough exploration of the fundamentals of object-oriented programming and C++, this reference shows novice and experienced programmers how to develop classes in C++ and use them as building blocks for complex applications. Assuming a working knowledge of the C language, the volume first discusses a subset of C++ so readers can become as comfortable as possible before having to deal with the new syntax.