Applied C++: Practical Techniques for Building Better Software [Electronic resources] نسخه متنی

اینجــــا یک کتابخانه دیجیتالی است

با بیش از 100000 منبع الکترونیکی رایگان به زبان فارسی ، عربی و انگلیسی

Applied C++: Practical Techniques for Building Better Software [Electronic resources] - نسخه متنی

Addison Wesley

| نمايش فراداده ، افزودن یک نقد و بررسی
افزودن به کتابخانه شخصی
ارسال به دوستان
جستجو در متن کتاب
بیشتر
تنظیمات قلم

فونت

اندازه قلم

+ - پیش فرض

حالت نمایش

روز نیمروز شب
جستجو در لغت نامه
بیشتر
لیست موضوعات
توضیحات
افزودن یادداشت جدید


Conventions We Use


The conventions we use in this book are as follows:

boldface

Indicates code.

italics

Highlights a new term.

Is a navigational aide that highlights a topic being discussed.

Encloses an object's declaration as it appears in the corresponding header file.

Indicates a coding practice that is not recommended. The indicated code may be syntactically correct, but it may be inefficient, unsafe, or problematic in other ways, as discussed in the corresponding text.

Introduces one of our tips. Tips can be either things to do or things not to do; they are highlighted to draw your attention to important information.

//comments

Indicates a comment in the code. In the interest of brevity, the code comments that we include in the book do not include the full comments that are present in the source code. The CD-ROM contains the complete source code, which is fully commented.


/ 59