Visual C++ Templates
Home > Computing and Information Technology > Computer programming / software engineering > Programming and scripting languages: general > Visual C++ Templates
Visual C++ Templates

Visual C++ Templates

|
     0     
5
4
3
2
1




Out of Stock


Notify me when this book is in stock
About the Book

The Standard Template Library (STL) encapsulates the pure raw horsepower of C/C++, plus the industry's most efficient algorithms and data structures. This book gives you the insight you need to leverage STL's power, by first teaching the advanced C/C++ fundamentals that make the STL possible. Begin with a high-level view of STL that explains how it is constructed, and its key elements, including containers, iterators, and algorithms. Master key Visual C++ features such as pointers, void pointers, templates and classes. Take advantage of the latest ANSI/ISO C++ standards, including key improvements such as namespaces, new-style type casting, and runtime type information. Then, learn STL in-depth, with extensive code samples covering language support, diagnostics, general utilities, strings, locales, numerics, I/O, and more.

Table of Contents:
(NOTE: Each chapter concludes with a Summary.) 1. What Is the Standard Template Library? The Complexity of Multiplatform Target Environments. Unintentional Misuse or Ignorance of C/C++ Features. Data StructuresA *The Course to Separate Hackers from Pros! So, Just What Is the Standard Template Library? The Origins of STL. What Do I Need to Know to Take Advantage of STL? A High-Level View of STL. Kudos to the ANSI/ISO C++ Committee. STL's Tri-Component Nature. Containers. Container Adapters. Algorithms. Iterators. Additional Elements. STL Review. In the Following Chapters. 2. Understanding Template Syntax. C Overview. Dynamic Memory Allocation and Pointers. Static vs Dynamic. Typed Pointers. Void Pointers. What's the i in iValue? Function Overloading. Pointers to Functions. Structures as Objects. A Structure as a Primitive Class. The Syntax and Rules for C++ Classes. A Simple C++ Class. C++ Class Objects. Additional Class Features. Nesting Classes. Constructors and Destructors. Overloading Class Member Functions. Using Friend Functions to Access Private Class Variables. Using the this Pointer. Using Operator Overloading. Derived Classes. Templates in C! Structures as Simple Templates. C++ Template Keyword. Template Syntax. Function Templates. Class Templates. The Need for Standardization. 3. Standard C++ Library and STL Fundamentals. Latest C++ ANSI/ISO Language Updates. Using Namespace. Namespace Syntax. The Using Namespace Statement. The Selective Using Statement. Renaming Namespaces. Static File Scope vs. Unnamed Namespaces. New Casting Operations. Dynamic Casting. Static Casting. Newer C-Type Cast. Constant Cast. Run-Time Type Information. Introduction to the Standard C++ Library. The Standard C++ Libraries. Your First Standard C++ Library Application. Implementing Your Own Template. Your First class Template. Function Templates Requirements. Using a class Template. Class Template Parameters. Default Template Parameters. The Standard Template Library. STL Components. Rules for Using STL. Function Objects. STL Function Objects. STL Function Adapters. Pointer-to-Function Adapters. Standard Template Library Algorithms. Standard C++ Library Language Support. cstddef. Implementation Properties: limits, climits, cfloat. Exception Handling. Additional Support. 4. STL Support Templates. From iostream.h to . From iosream.h to . Exception Handling Under the New ANSI C/C++/ISO Standard. The and Templates. Template Syntax. struct pair. make_pair. Template Overloaded Operators. The mak_par.cpp Application. The util_oprs.cpp Application. Template Syntax. unary_function. binary_function. plus. minus. multiplies. divides. modulus. negate. equal_to. not_equal_to. greater. less. greater_equal. less_equal. logical_and. logical_or. logical_not. unary_negate. binary_negate. binder1st. binder2nd. pointer_to_unary_function. pointer_to_binary_function. mem_fun_t. mem_fun1_t. mem_fun_ref_t. mem_fun1_ref_t. Template Functions. The functnl.cpp Application. 5. The STL Template. Template Syntax. Template Methods. Sample Code. The find.cpp Application. The rndshfl.cpp Application. The removif.cpp Application. The setunon.cpp Application. 6. The STL Template. Iterator Hierarchy. Input and Output Iterators. Forward Iterators. Bidirectional Iterators. Random Iterators. Legal Iterator Range. Important Naming Conventions. Template Syntax. Class Definitions. Template Overloaded Operators. Template Iterators. The iteratr1.cpp Application. The iteratr2.cpp Application. 7. The Template. Templatized Vectors. Instantiating Vectors. Understanding Vector Template Functions. Accessing Elements. Insertion and Removal of Elements. Two Different Vector Size Descriptors. Other Operations. Template Syntax. Template typedefs. Overloaded Operators. Template Methods. Sample Code. The vector1.cpp Application. The vector2.cpp Application. 8. The STL Template. Adaptors. Template Syntax. Template Overloaded Operators. Template Methods. Sample Code. The stack.cpp Application. 9. The STL and Templates. The Template Syntax. Template Methods. The Template. The Template Syntax. Overloaded Operators. Template Methods. Sample Code. The queue.cpp Application. The deque.cpp Application. 10. The STL Template. Template Syntax. allocator_type. size_type. difference_type. reference. const_reference. value_type. iterator. const_iterator. reverse_iterator. const_reverse_iterator. Template Methods. Sample Code. The list1.cpp Application. The list2.cpp Application. The list3.cpp Application. 11. The STL Template. Containers Revisited. Template Syntax. Template Methods. Sample Code. The map.cpp Application. 12. The STL Template. Template Syntax. Template Methods. Sample Code. The accum.cpp Application. The product.cpp Application. The partsum.cpp Application. The adjacent.cpp Application. Windows Application Using . 13. The and Templates. and Template Syntax. and Template Functions. Template Methods. Sample Code. The set1.cpp Application. The set2.cpp Application. The set3.cpp Application. 14. The Template. Template Syntax. Template Operators. Template Methods. Sample Code. The new1.cpp Application. The size2.cpp Application. 15. The Template. Template Syntax. Template Overloaded Operators. Template Methods. Sample Code. The bitset1.cpp Application. The bitset2.cpp Application. The bitset3.cpp Application. The bitset4.cpp Application. 16. The , , , and Standard C++ Headers. The Header Syntax. The Header Syntax. ECHILD. EAGAIN. E2BIG. EACCES. EBADF. EDEADLOCK. EDOM. EEXIST. EINVAL. EMFILE. ENOENT. ENOEXEC. ENOMEM. ENOSPC. ERANGE. EXDEV. The Header Syntax. exception. bad_exception. terminate_handler. unexpected_handler. set_terminate. set_unexpected. terminate(). unexpected(). uncaught_exception. The Header Syntax. logic_error class. domain_error class. invalid_argument class. length_error class. out_of_range class. runtime_error class. range_error class. overflow_error class. underflow_error class. Sample Code. A Application. The termin2.cpp Application. 17. The and Standard C++ Headers and Template Class. The Standard C++ Header Syntax. The standard C++ Header Syntax. Template Syntax. Template Functions. The basic_string class. Sample Code. A Application. A Application. The First Application. The Second Application. The Third Application. The Fourth Application. 18. The and Standard C++ Headers and Template Class. The Standard C++ Header Syntax. The standard C++ Header Syntax. Complex Numbers. Template Syntax. Sample Code. A Application. A Application. The First Application. The Second Application. The Third Application. 19. The , , and Standard C++ Headers. The Header Syntax. Character Ranges. Integer Ranges (8 bits). Integer Ranges (16 bits). Integer Ranges (32 bits). Integer Ranges (64 bits). Integer Ranges (128 bits). POSIX Ranges. The Header Syntax. has_denorm. has_denorm_loss. has_infinity. has_quiet_NaN. has_signaling_NaN. is_bounded. is_exact. is_iec559. is_integer. is_modulo. is_signed. is_specialized. tinyness_before. traps. round_style. digits. digits10. max_exponent. max_exponent10. min_exponent. min_exponent10. radix. denorm_min. epsilon. infinity. max. min. quiet_NaN. round_error. signaling_NaN. The Header Syntax. signal(). raise(). Sample Code. A Range Application. The Radix Application. The Exponent Application. 20. The , , and Standard C++ Headers. The Header Syntax. The Header Syntax. The Header Syntax. typedefs. #defines. Function Prototypes. Sample Code. A Application. The Application. 21. The Standard C++ Header. The Header Syntax. Function Prototypes and Macro Definitions. Sample Code. An Error-Testing Application. A File Read/Write Application. 22. The Standard C++ Header. The Header Syntax. The Function Prototypes. Sample Code. Using the localtime() and asctime() Functions. Using the asctime() and gmtime() Functions. Using the strftime() Function. Using the ctime() Function. Building a Time Delay Routine. 23. The and Standard C++ Header. The Header Syntax. Interesting Structures and Constants. Function Prototypes. POSIX Function Prototypes and More. The Header Syntax. Sample Code. 24. The , , , , , , and Standard C++ Headers. The Header Syntax. basic_filebuf. basic_ifstream. basic_ofstream. basic_fstream. The Header Syntax. The Header Syntax. basic_istream. basic_iostream. The Header Syntax. basic_ostream. The Header Syntax. basic_stringbuf. basic_istringstream. basic_ostringstream. basic_stringstream. The Header Syntax. basic_streambuf. The Header Syntax. Sample Code. The Insertion Operator. The Flush Manipulator. Using . 25. The and Standard C++ Headers. The Header Syntax. ios_base. basic_ios. fpos. Manipulators. The Header Syntax. char_traits. basic_ios. istreambuf_iterator. ostreambuf_iterator. basic_streambuf, basic_istream, basic_ostream, basic_iostream, basic_stringbuf, basic_istringstream, basic_ostringstream, basic_stringstream, basic_filebuf, basic_ifstream, basic_ofstream, and basic_fstream. Sample Code. 26. The Standard C++ Header. The Header Syntax. valarray. slice_array. gslice_array. mask_array. indirect_array. Sample Code. The maskarray.cpp Application. The addvalarray.cpp Application. The indirectarray.cpp Application. 27. The , , , and Standard C++ Headers. The Header Syntax. The Header Syntax. The Header Syntax. The Header Syntax. Sample Code. Index.


Best Sellers


Product Details
  • ISBN-13: 9780130224873
  • Publisher: Pearson Education (US)
  • Publisher Imprint: Prentice Hall
  • Language: English
  • Spine Width: 35 mm
  • Width: 234 mm
  • ISBN-10: 0130224871
  • Publisher Date: 05 Jan 2000
  • Binding: Paperback
  • No of Pages: 544
  • Weight: 1018 gr


Similar Products

Add Photo
Add Photo

Customer Reviews

REVIEWS      0     
Click Here To Be The First to Review this Product
Visual C++ Templates
Pearson Education (US) -
Visual C++ Templates
Writing guidlines
We want to publish your review, so please:
  • keep your review on the product. Review's that defame author's character will be rejected.
  • Keep your review focused on the product.
  • Avoid writing about customer service. contact us instead if you have issue requiring immediate attention.
  • Refrain from mentioning competitors or the specific price you paid for the product.
  • Do not include any personally identifiable information, such as full names.

Visual C++ Templates

Required fields are marked with *

Review Title*
Review
    Add Photo Add up to 6 photos
    Would you recommend this product to a friend?
    Tag this Book Read more
    Does your review contain spoilers?
    What type of reader best describes you?
    I agree to the terms & conditions
    You may receive emails regarding this submission. Any emails will include the ability to opt-out of future communications.

    CUSTOMER RATINGS AND REVIEWS AND QUESTIONS AND ANSWERS TERMS OF USE

    These Terms of Use govern your conduct associated with the Customer Ratings and Reviews and/or Questions and Answers service offered by Bookswagon (the "CRR Service").


    By submitting any content to Bookswagon, you guarantee that:
    • You are the sole author and owner of the intellectual property rights in the content;
    • All "moral rights" that you may have in such content have been voluntarily waived by you;
    • All content that you post is accurate;
    • You are at least 13 years old;
    • Use of the content you supply does not violate these Terms of Use and will not cause injury to any person or entity.
    You further agree that you may not submit any content:
    • That is known by you to be false, inaccurate or misleading;
    • That infringes any third party's copyright, patent, trademark, trade secret or other proprietary rights or rights of publicity or privacy;
    • That violates any law, statute, ordinance or regulation (including, but not limited to, those governing, consumer protection, unfair competition, anti-discrimination or false advertising);
    • That is, or may reasonably be considered to be, defamatory, libelous, hateful, racially or religiously biased or offensive, unlawfully threatening or unlawfully harassing to any individual, partnership or corporation;
    • For which you were compensated or granted any consideration by any unapproved third party;
    • That includes any information that references other websites, addresses, email addresses, contact information or phone numbers;
    • That contains any computer viruses, worms or other potentially damaging computer programs or files.
    You agree to indemnify and hold Bookswagon (and its officers, directors, agents, subsidiaries, joint ventures, employees and third-party service providers, including but not limited to Bazaarvoice, Inc.), harmless from all claims, demands, and damages (actual and consequential) of every kind and nature, known and unknown including reasonable attorneys' fees, arising out of a breach of your representations and warranties set forth above, or your violation of any law or the rights of a third party.


    For any content that you submit, you grant Bookswagon a perpetual, irrevocable, royalty-free, transferable right and license to use, copy, modify, delete in its entirety, adapt, publish, translate, create derivative works from and/or sell, transfer, and/or distribute such content and/or incorporate such content into any form, medium or technology throughout the world without compensation to you. Additionally,  Bookswagon may transfer or share any personal information that you submit with its third-party service providers, including but not limited to Bazaarvoice, Inc. in accordance with  Privacy Policy


    All content that you submit may be used at Bookswagon's sole discretion. Bookswagon reserves the right to change, condense, withhold publication, remove or delete any content on Bookswagon's website that Bookswagon deems, in its sole discretion, to violate the content guidelines or any other provision of these Terms of Use.  Bookswagon does not guarantee that you will have any recourse through Bookswagon to edit or delete any content you have submitted. Ratings and written comments are generally posted within two to four business days. However, Bookswagon reserves the right to remove or to refuse to post any submission to the extent authorized by law. You acknowledge that you, not Bookswagon, are responsible for the contents of your submission. None of the content that you submit shall be subject to any obligation of confidence on the part of Bookswagon, its agents, subsidiaries, affiliates, partners or third party service providers (including but not limited to Bazaarvoice, Inc.)and their respective directors, officers and employees.

    Accept

    New Arrivals

    Inspired by your browsing history


    Your review has been submitted!

    You've already reviewed this product!