Click here to Skip to main content
15,896,348 members
Articles / Programming Languages / Python

ptc-print: A Modern C++ Implementation of the Python print() Function with Further improvements

10 Sep 2022MIT9 min read 3.2K   4   1   2
A header-only library for custom printing to the output stream
This article gives details about ptc::print, is a C++17 printing object, which is inspired by the Python print function and provides you a most comfortable way to print messages and logs to the output stream.
This article is currently in progress. This version is not yet publicly viewable

Please go to the Python Table of Contents to view the list of available articles in this section.