<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Cpp on Bas-Man's Musings</title><link>https://bas-man.dev/tags/cpp/</link><description>Recent content in Cpp on Bas-Man's Musings</description><generator>Hugo</generator><language>en</language><lastBuildDate>Thu, 23 Dec 2021 10:30:00 +0900</lastBuildDate><atom:link href="https://bas-man.dev/tags/cpp/index.xml" rel="self" type="application/rss+xml"/><item><title>Overloading the &lt;&lt; operator.</title><link>https://bas-man.dev/cheatsheets/cpp/snippets/overload-cout-operator/</link><pubDate>Mon, 14 Dec 2020 13:00:00 +0900</pubDate><guid>https://bas-man.dev/cheatsheets/cpp/snippets/overload-cout-operator/</guid><description>How to overload the &amp;laquo; operator</description></item><item><title>A guide for using CMake Generators to support other IDEs.</title><link>https://bas-man.dev/post/cmake/use-cmake-generator/</link><pubDate>Thu, 23 Dec 2021 10:30:00 +0900</pubDate><guid>https://bas-man.dev/post/cmake/use-cmake-generator/</guid><description>&lt;p&gt;Some times we might be working in a team, and that team has members who prefer
to use different IDEs or who develop on different platforms. In these cases we
can leverage &lt;em&gt;CMake&lt;/em&gt;&amp;rsquo;s generators.&lt;br&gt;
This is a short guide on using a &lt;em&gt;generator&lt;/em&gt; for &lt;strong&gt;Xcode&lt;/strong&gt; and adding a second
test file to break up testing.&lt;/p&gt;</description></item><item><title>A barebones C++ library template using CMake and Google Test</title><link>https://bas-man.dev/post/cmake/cplusplus-library-template/</link><pubDate>Thu, 09 Dec 2021 12:30:00 +0900</pubDate><guid>https://bas-man.dev/post/cmake/cplusplus-library-template/</guid><description>&lt;h1 id="objective"&gt;Objective&lt;/h1&gt;
&lt;p&gt;This is a &lt;strong&gt;BAREBONES&lt;/strong&gt; &lt;em&gt;C++&lt;/em&gt; template with &lt;em&gt;Google Test&lt;/em&gt; support using &lt;em&gt;CMake&lt;/em&gt;. It is setup to allow for the building of a &lt;em&gt;static&lt;/em&gt; library using &lt;strong&gt;TDD&lt;/strong&gt; principles; but could be adapted for building a small program. This is in no way the ideal solution.&lt;/p&gt;
&lt;p&gt;This template was created to allow for programming under &lt;em&gt;Mac OS&lt;/em&gt;. But the files should work under other systems.&lt;/p&gt;</description></item></channel></rss>