Tags
Language
Tags
April 2024
Su Mo Tu We Th Fr Sa
31 1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 1 2 3 4

C++: Building a String Library

Posted By: Landau17
C++: Building a String Library

C++: Building a String Library
MP4 | Video: 720p | Duration: 40:08 | English | Subtitles: VTT | 152.8 MB



Adapt your C++ projects to provide the best resource management with custom string libraries. In this short course, Bill Weinman provides an overview of an example string library, BWString, and its key components: constructors, operators, utility methods, and memory management features. He'll also show you how to build find and replace methods and implement split methods.