<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://www.programmingexamples.net/w/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://www.programmingexamples.net/w/index.php?action=history&amp;feed=atom&amp;title=CPP%2FClasses%2FNestedClasses</id>
		<title>CPP/Classes/NestedClasses - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://www.programmingexamples.net/w/index.php?action=history&amp;feed=atom&amp;title=CPP%2FClasses%2FNestedClasses"/>
		<link rel="alternate" type="text/html" href="http://www.programmingexamples.net/w/index.php?title=CPP/Classes/NestedClasses&amp;action=history"/>
		<updated>2026-05-02T16:56:01Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.23.5</generator>

	<entry>
		<id>http://www.programmingexamples.net/w/index.php?title=CPP/Classes/NestedClasses&amp;diff=94&amp;oldid=prev</id>
		<title>Daviddoria: Created page with '==NestedClasses.cpp== &lt;source lang=&quot;cpp&quot;&gt; #include &lt;iostream&gt;  class Parent {   int name;   class Child   {     int school;     void test()     {       //std::cout &lt;&lt; this-&gt;name;…'</title>
		<link rel="alternate" type="text/html" href="http://www.programmingexamples.net/w/index.php?title=CPP/Classes/NestedClasses&amp;diff=94&amp;oldid=prev"/>
				<updated>2010-06-23T12:48:53Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;#039;==NestedClasses.cpp== &amp;lt;source lang=&amp;quot;cpp&amp;quot;&amp;gt; #include &amp;lt;iostream&amp;gt;  class Parent {   int name;   class Child   {     int school;     void test()     {       //std::cout &amp;lt;&amp;lt; this-&amp;gt;name;…&amp;#039;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;==NestedClasses.cpp==&lt;br /&gt;
&amp;lt;source lang=&amp;quot;cpp&amp;quot;&amp;gt;&lt;br /&gt;
#include &amp;lt;iostream&amp;gt;&lt;br /&gt;
&lt;br /&gt;
class Parent&lt;br /&gt;
{&lt;br /&gt;
  int name;&lt;br /&gt;
  class Child&lt;br /&gt;
  {&lt;br /&gt;
    int school;&lt;br /&gt;
    void test()&lt;br /&gt;
    {&lt;br /&gt;
      //std::cout &amp;lt;&amp;lt; this-&amp;gt;name; // this doesn't work - Child doesn't have access to Parent's members&lt;br /&gt;
    }&lt;br /&gt;
  };&lt;br /&gt;
};&lt;br /&gt;
&lt;br /&gt;
int main(int argc, char *argv[])&lt;br /&gt;
{&lt;br /&gt;
  Parent MyParent;&lt;br /&gt;
  &lt;br /&gt;
  return 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;/div&gt;</summary>
		<author><name>Daviddoria</name></author>	</entry>

	</feed>