<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>C&#43;&#43; on Sylvia Mirecki</title>
    <link>http://elijah.mirecki.com/categories/c&#43;&#43;/</link>
    <description>Recent content in C&#43;&#43; on Sylvia Mirecki</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-us</language>
    <lastBuildDate>Wed, 04 Dec 2019 21:28:22 -0400</lastBuildDate>
    <atom:link href="http://elijah.mirecki.com/categories/c++/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Quaternion Visualizer</title>
      <link>http://elijah.mirecki.com/blog/quaternion-visualizer/</link>
      <pubDate>Wed, 04 Dec 2019 21:28:22 -0400</pubDate>
      <guid>http://elijah.mirecki.com/blog/quaternion-visualizer/</guid>
      <description>Update: I made a video on this https://www.youtube.com/watch?v=cuZ99u7OSZE&#xA;I was reading about quaternions, so I decided to make a simple Quaternion library and visualizer in C++ to better understand them.&#xA;If you know what a complex number is, a quaternion is fairly similar. It is essentially a complex number with 3 imaginary components instead of one. I wanted to plot quaternions on a 2D graph to make visualizing quaternion equations easier to understand.</description>
    </item>
    <item>
      <title>How to access private C&#43;&#43; members.</title>
      <link>http://elijah.mirecki.com/blog/27/</link>
      <pubDate>Thu, 12 Dec 2013 00:37:48 +0000</pubDate>
      <guid>http://elijah.mirecki.com/blog/27/</guid>
      <description>So, I was just thinking about how C++ is really stored in memory, and realized that private class variables are not private at all, in reality.&#xA;When a class is stored in memory, all of the member variables are simply stored in a big blob of data. So in theory, if you simply typecast a pointer to a class to another type, pointer arithmetic could be done to access any member variable.</description>
    </item>
  </channel>
</rss>
