Skip to content

Latest commit

 

History

History
55 lines (30 loc) · 1.42 KB

README.md

File metadata and controls

55 lines (30 loc) · 1.42 KB

CsPointer

Introduction

CsPointer is a standalone library which provides multiple smart pointer implementations which extend the functionality available in the C++ Standard Library.

System Requirements

To use CsPointer you will need a C++17 compiler and a C++17 standard library.

Currently uses the CMake build system for building and running the unit test suite. The library has been tested with clang sanitizer and a major code review.

Documentation

Class level documentation for CsPointer is available on the CopperSpice website.

https://www.copperspice.com/docs/cs_pointer/index.html

Presentations

Our YouTube channel contains over 65 videos about C++, programming fundamentals, Unicode/Strings, multithreading, graphics, CopperSpice, DoxyPress, and other software development topics.

https://www.youtube.com/copperspice Links to additional videos can be found on our website.

https://www.copperspice.com/presentations.html

Authors / Contributors

  • Barbara Geller
  • Ansel Sermersheim

License

This library is released under the BSD 2-clause license. For more information refer to the LICENSE file provided with this project.

References