<?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 Hugo Learn Documentation</title>
    <link>/notes/computer/computer-languages/c/index.html</link>
    <description>Recent content in C&#43;&#43; on Hugo Learn Documentation</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en</language>
    <atom:link href="/notes/computer/computer-languages/c/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Multiple Inheritance</title>
      <link>/notes/computer/computer-languages/c/multiple-inheritance/index.html</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>/notes/computer/computer-languages/c/multiple-inheritance/index.html</guid>
      <description>By casting an object pointer to a concrete class to one of its base classes, the C++ compiler shears into the object and retrieves that object&amp;rsquo;s vptr.
References </description>
    </item>
    <item>
      <title>Type-Safe Linking</title>
      <link>/notes/computer/computer-languages/c/type-safe-linking/index.html</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>/notes/computer/computer-languages/c/type-safe-linking/index.html</guid>
      <description>C++ uses type-safe linking to enable function overloading, implemented by name mangling. There is no standard for this, and each compiler uses a proprietary format.
References </description>
    </item>
  </channel>
</rss>