<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://mediawiki.zeropage.org/index.php?action=history&amp;feed=atom&amp;title=HardcoreCppStudy%2F%EB%91%90%EB%B2%88%EC%A7%B8%EC%88%99%EC%A0%9C%2FThis%ED%8F%AC%EC%9D%B8%ED%84%B0%2F%EA%B9%80%EC%95%84%EC%98%81</id>
	<title>HardcoreCppStudy/두번째숙제/This포인터/김아영 - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://mediawiki.zeropage.org/index.php?action=history&amp;feed=atom&amp;title=HardcoreCppStudy%2F%EB%91%90%EB%B2%88%EC%A7%B8%EC%88%99%EC%A0%9C%2FThis%ED%8F%AC%EC%9D%B8%ED%84%B0%2F%EA%B9%80%EC%95%84%EC%98%81"/>
	<link rel="alternate" type="text/html" href="https://mediawiki.zeropage.org/index.php?title=HardcoreCppStudy/%EB%91%90%EB%B2%88%EC%A7%B8%EC%88%99%EC%A0%9C/This%ED%8F%AC%EC%9D%B8%ED%84%B0/%EA%B9%80%EC%95%84%EC%98%81&amp;action=history"/>
	<updated>2026-05-15T12:32:31Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.39.8</generator>
	<entry>
		<id>https://mediawiki.zeropage.org/index.php?title=HardcoreCppStudy/%EB%91%90%EB%B2%88%EC%A7%B8%EC%88%99%EC%A0%9C/This%ED%8F%AC%EC%9D%B8%ED%84%B0/%EA%B9%80%EC%95%84%EC%98%81&amp;diff=32072&amp;oldid=prev</id>
		<title>imported&gt;Unknown at 05:23, 7 February 2021</title>
		<link rel="alternate" type="text/html" href="https://mediawiki.zeropage.org/index.php?title=HardcoreCppStudy/%EB%91%90%EB%B2%88%EC%A7%B8%EC%88%99%EC%A0%9C/This%ED%8F%AC%EC%9D%B8%ED%84%B0/%EA%B9%80%EC%95%84%EC%98%81&amp;diff=32072&amp;oldid=prev"/>
		<updated>2021-02-07T05:23:21Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;#039;&amp;#039;&amp;#039;* this 포인터&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
* 그건 자기 자신을 가르키는 것이다. 예를 들어 class A가 있으면&lt;br /&gt;
&lt;br /&gt;
그 클래스 내부에서 this는 자신 A의 포인터를 가르키는것이다.&lt;br /&gt;
&lt;br /&gt;
클래스 내부 함수 f가 있다면&lt;br /&gt;
&lt;br /&gt;
f()로 클래스 내부에선 호출이 가능한데 정확히 this-&amp;gt;f()에서 this가 생략된 형이다.&lt;br /&gt;
&lt;br /&gt;
this가 쓰이는 곳은&lt;br /&gt;
&lt;br /&gt;
만약 class A와 class B가 있다면&lt;br /&gt;
&lt;br /&gt;
class A에서 class B의 내부함수를 호출하는데&lt;br /&gt;
&lt;br /&gt;
class B에서 class A의 프로퍼티나 메쏘드를 접근할 필요성이 있다면&lt;br /&gt;
&lt;br /&gt;
class A에서 class B의 내부함수 호출시에 this라는 인자를 넘겨준다.&lt;br /&gt;
&lt;br /&gt;
그러면 B클래스에서 A클래스의 포인터를 받을수 있기 때문에 A라는 클래스에&lt;br /&gt;
&lt;br /&gt;
접근할 수 있게 되는것이다.&lt;br /&gt;
&lt;/div&gt;</summary>
		<author><name>imported&gt;Unknown</name></author>
	</entry>
</feed>