• Home
  • Members
  • Team
  • Help
  • Search
  • Register
  • Login
  • Home
  • Members
  • Help
  • Search

Krafty Internet Marketing Forum Internet Marketing Tips, Tricks, Courses & Bots! Internet Marketing Special Downloads! C++ Standard Library Sequential Containers

 
  • 0 Vote(s) - 0 Average
C++ Standard Library Sequential Containers
aretr
Offline

Posting Freak

Member
Posts: 12,303
Threads: 12,303
Joined: Mar 2019
Reputation: 5
#1
11-02-2019, 10:35 PM
[Image: 8830e94b8276c5d683806937b7c9eefb.jpg]

C++ Standard Library: Sequential Containers
.MP4, AVC, 1280x720, 30 fps | English, AAC, 2 Ch | 2h 25m | 244 MB
Instructor: Giovanni Dicanio

This course will teach you in a practical way, with slides and demo code, how to use some important containers available in the C++ Standard Library (e.g. std::vector). You'll learn their pros and cons, common operations, and how to fix subtle bugs.
Non-trivial computer programs need to store data and process it. Developing data structures and containers from scratch in C++ is a daunting and bug-prone task. In fact, you would have to consider advanced aspects like manual memory and resource management, proper handling subtle corner cases, writing both generic code and code that is optimized for special cases, and so on. Thankfully, the C++ Standard Library already offers containers that are high-quality, efficient and well-tested. It's a joy to develop C++ code reusing them: In fact, using these containers in your C++ code, will boost your productivity, as the C++ Standard Library gives you on a platter high-quality implementations of common and useful data structures, that you can easily leverage in your C++ code. C++ Standard Library's maintainers spend hours looking at these data structures, and improving, refining, and optimizing their C++ implementation code. In this course, you'll learn how to simply reuse that treasure in your own C++ applications. In particular, you'll learn about std::vector, which is a flexible dynamic array, that should be the default container of choice in many contexts in C++ applications. You'll enjoy the automatic resource management (for both memory resources and non-memory ones) offered by std::vector, which will help you develop both efficient and safer C++ code. You'll also see how convenient is for example to grow a vector, still keeping the contiguous memory layout requirement for its elements. You'll also learn about important operations, like inserting, removing and searching elements, using both C++ container methods and Standard Library's algorithms. In fact, C++ standard containers and algorithms are kind of like "bread and butter", and you can do great things using both. You don't need to have any previous experience with the C++ Standard Library, as I'll teach you its great and flexible design based on containers, algorithms and iterators, and you'll see how containers are wired with algorithms using iterators, and how you can reuse the same algorithms with different containers. You'll also learn that in some specific cases you can use a zero-overhead standard container that wraps fixed-size C-style arrays in a convenient high-level safe C++ interface: it's std::array. I'll compare and contrast it against std::vector, and you'll learn pros and cons of each one. You'll also learn how to use the std::list container, if you need a high-level C++ abstraction based on the doubly-linked list data structure. Moreover, seeing the same algorithms used with different containers will also work very well as a reinforcement learning experience for you. I'll also show you some subtle bugs, that are especially frequent in those starting learning the C++ Standard Library's containers, and how to fix them. I hope this will save you time and headache during your C++ programming. To proficiently follow this course, you only need a basic knowledge of C++ language features. After completing this course, you will be able to use high-quality efficient and well-tested C++ Standard Library containers like std::vector, std::array and std::list in your own C++ code. You'll have practical knowledge about them, and you'll be able to make proper judgement about picking one or the other based on the problem at hand. You'll also have knowledge about important common operations with these standard containers, like inserting, removing and searching items.
More Info
Code:
https://www.pluralsight.com/courses/cplusplus-sequential-containers



[Image: d667e47216b080b0b06469fec5734962.jpg]
DOWNLOAD

Code:
http://nitroflare.com/view/0C89B3B94472876/aqe72.C.Standard.Library.Sequential.Containers.rar

Code:
https://rapidgator.net/file/a7372b40a10f37438b06ddf47bae8bec/aqe72.C.Standard.Library.Sequential.Containers.rar
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



Possibly Related Threads…
Thread Author Replies Views Last Post
  Jordan Thornton - Shadow Work Library 2025 smack 0 179 06-07-2025, 03:08 PM
Last Post: smack
  Charis Pope - Web Designer Library smack 0 327 03-22-2025, 07:18 PM
Last Post: smack
  Phoebe Khun - The Content Emporium Complete Library smack 0 392 12-14-2024, 06:02 PM
Last Post: smack
  AWAI - Copywriter's Six-Figure Design Library smack 0 367 10-02-2024, 06:41 PM
Last Post: smack
  Jordan Thornton - Shadow Work Library smack 0 417 09-04-2024, 01:38 AM
Last Post: smack
  Pro Edu - Master Collection Medium Format Sky Library 8K smack 0 308 08-10-2024, 11:24 PM
Last Post: smack
  Isaac Rudansky - The Ultimate Digital Advertising Library Collection smack 0 563 04-12-2024, 11:58 PM
Last Post: smack
  Jay Abraham - Lifetime Reference Library 2.0 smack 0 504 02-13-2024, 10:57 AM
Last Post: smack
  Jay Abraham - Lifetime Reference Library 2.0 smack 0 437 01-17-2024, 01:43 AM
Last Post: smack
  Csaba Borzasi - Million Dollar Copywriting Swipe Library smack 0 533 10-12-2023, 03:32 PM
Last Post: smack

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D - Powered by MyBB

Linear Mode
Threaded Mode