Herbert schildt the complete reference c++

1.1K 2K 0
Herbert schildt   the complete reference c++

Đang tải... (xem toàn văn)

Tài liệu hạn chế xem trước, để xem đầy đủ mời bạn chọn Tải xuống

Thông tin tài liệu

Đây là quyển sách tiếng anh về lĩnh vực công nghệ thông tin cho sinh viên và những ai có đam mê. Quyển sách này trình về lý thuyết ,phương pháp lập trình cho ngôn ngữ C và C++.

[...]... from having to type in the examples xxxii C++: The Complete Reference For Further Study C++: The Complete Reference is your gateway to the Herb Schildt series of programming books Here are some others that you will find of interest To learn more about C++, try C++: A Beginner’s Guide C++ from the Ground Up Teach Yourself C++ STL Programming from the Ground Up C++ Programmer’s Reference To learn about... is the fourth edition of C++: The Complete Reference It fully describes and demonstrates the keywords, syntax, functions, classes, and features that define the C++ language More specifically, this book fully describes Standard C++ This is the version of C++ defined by the ANSI/ISO Standard for C++ and it is the version of C++ that is supported by all major compilers, including Microsoft’s Visual C++. .. about the C language, which is the foundation of all modern programming, then the following titles will be of interest C: The Complete Reference Teach Yourself C When you need solid answers, fast, turn to Herbert Schildt, the recognized authority on programming Part I The Foundation of C++: The C Subset This book divides its description of the C++ language into two parts Part One discusses the C-like... recommend the following: Java 2: A Beginner’s Guide Java 2: The Complete Reference Java 2 Programmer’s Reference To learn about C#, Herb offers these books: C#: A Beginner’s Guide C#: The Complete Reference To learn about Windows programming we suggest the following Schildt books: Windows 98 Programming from the Ground Up Windows 2000 Programming from the Ground Up MFC Programming from the Ground Up The. .. by The McGraw-Hill Companies Click here for terms of use xxx C++: The Complete Reference released, and C# was invented Through all the changes of the past few years, one thing has remained constant: the staying power of C++ C++ has been, is, and will remain the preeminent language for the development of high-performance software well into the foreseeable future What’s New in the Fourth Edition The. .. version The preprocessor is another example The preprocessor is very important to C, but less so to C++ Discussing several of the “C-only” features in Part I prevents them from cluttering up the remainder of the book Remember: The C subset described in Part One constitutes the core of C++ and the foundation upon which C++ s object-oriented features are built All the features described here are part of C++. .. features of C++ This is commonly referred to as the C subset of C++ Part Two describes those features specific to C++ Together, these parts describe the entire C++ language Copyright © 2003 by The McGraw-Hill Companies Click here for terms of use As you may know, C++ was built upon the foundation of C In fact, C++ includes the entire C language, and (with minor exceptions) all C programs are also C++ programs... such as this Complete Reference, dividing the C++ language into two pieces— the C foundation and the C++- specific features—achieves three major benefits: ■ The dividing line between C and C++ is clearly delineated ■ Readers already familiar with C can easily find the C++- specific information ■ It provides a convenient place in which to discuss those features of C++ that relate mostly to the C subset... of the software that drives it is, of course, written in C++! Finally, all code examples were retested against the current crop of compilers, including Microsoft’s Visual Studio NET and Borland’s C++ Builder What’s Inside This books covers in detail all aspects of the C++ language, including its foundation, C The book is divided into these five parts: ■ The C Subset The foundation of C++ The C++. .. from the more advanced, objectoriented features of C++ makes it possible to tightly focus on those advanced features because all of the basics have already been discussed Although C++ contains the entire C language, not all of the features provided by the C language are commonly used when writing C++- style” programs For example, the C I/O system is still available to the C++ programmer even though C++

Ngày đăng: 19/03/2014, 14:09

Từ khóa liên quan

Mục lục

  • Contents

  • Introduction

  • Part I: The Foundation of C++: The C Subset

    • 1 An Overview of C

      • The Origins and History of C

      • C Is a Middle-Level Language

      • C Is a Structured Language

      • C Is a Programmer's Language

      • The Form of a C Program

      • The Library and Linking

      • Separate Compilation

      • Understanding the .C and .CPP File Extensions

      • 2 Expressions

        • The Five Basic Data Types

        • Modifying the Basic Types

        • Identifier Names

        • Variables

        • The const and volatile Qualifiers

        • Storage Class Specifiers

        • Variable Initializations

        • Constants

        • Operators

        • Expressions

Tài liệu cùng người dùng

Tài liệu liên quan