{"id":7382,"date":"2007-01-02T12:56:00","date_gmt":"2007-01-02T12:56:00","guid":{"rendered":"http:\/\/melotopia.net\/b\/?p=7382"},"modified":"2007-01-02T12:56:00","modified_gmt":"2007-01-02T12:56:00","slug":"%ed%8f%ac%ec%9d%b8%ed%84%b0","status":"publish","type":"post","link":"http:\/\/melotopia.net\/b\/?p=7382","title":{"rendered":"\ud3ec\uc778\ud130"},"content":{"rendered":"<div class=\"desc\">\n        C\uc5b8\uc5b4\ub97c \ubc30\uc6b0\uba74\uc11c \uac00\uc7a5 \ud5f7\uac08\ub838\ub358 \uac74 \ud3ec\uc778\ud130\uc5d0 \ub300\ud55c \uac1c\ub150\uc774\uc5c8\ub2e4. \ud3ec\uc778\ud130\ub294 \uba54\ubaa8\ub9ac \uc8fc\uc18c\ub97c \uc54c\ub824\uc900\ub2e4\ub294\ub370, \ub300\uccb4 \ubb50\ub0d0 -_-;<\/p>\n<p>        \uc774\uac78 \uc4f0\ub824\uba74 &#038;\uc640 *\ub97c \uc54c\uc544\uc57c \ud55c\ub2e4.<\/p>\n<p>        \ud3ec\uc778\ud130 \uc774\ub984\uc744 p\ub77c\uace0 \ud558\uc790.<br \/>\n        <br \/>\n        \uadf8\ub7fc, \uc77c\ub2e8 \uc120\uc5b8\uc744 \ud574\uc57c\ud55c\ub2e4.<br \/>\n        <\/p>\n<blockquote><p>\n         int *p;\n        <\/p><\/blockquote>\n<p>        \uc774\ub7ec\uba74 \ubb50\uac00 \ub418\ub0d0\ud558\uba74, p\ub77c\ub294 \uc774\ub984\uc774 \ubd99\uc740 \uc815\uc218\ud615 \ubcc0\uc218\uac00 \uc120\uc5b8\ub41c\ub2e4. \ud558\uc9c0\ub9cc, \uc5ec\uae30\uc11c \uc911\uc694\ud55c\uac74 \uadf8\ub0e5 p=1\uc774\ub77c\ub294 \uc2dd\uc73c\ub85c \uc4f8 \uc218\uac00 \uc5c6\ub2e4\ub294 \uac83\uc774\ub2e4. \uc65c\ub0d0\ud558\uba74 p\ub294 \ubcc0\uc218\uac00 \uc544\ub2c8\ub77c \ubcc0\uc218 \uc774\ub984\uc774\uae30 \ub54c\ubb38\uc774\ub2e4. \uc989, \uc6b0\ub9ac\ub294 \ub178\ud2b8\uc5d0 \uae30\ub85d\uc744 \ud560 \uc218\ub294 \uc788\uc9c0\ub9cc \ub178\ud2b8\ub97c \uae30\ub85d\ud560 \uc218\ub294 \uc5c6\ub294 \uac83\uc774\ub2e4!<br \/>\n        <sup class=\"footnote\"><br \/>\n<a href=\"#footnote_157_1\" id=\"footnote_link_157_1\" onmouseout=\"tistoryFootnote.hide(157,1)\" onmouseover=\"tistoryFootnote.show(this,157,1)\" style=\"color:#f9650d;font-family:Verdana,Sans-serif\"><br \/>\n<span style=\"display:none\"><br \/>\n           [\uac01\uc8fc:<br \/>\n          <\/span><br \/>\n          1<br \/>\n          <span style=\"display:none\"><br \/>\n           ]<br \/>\n          <\/span><br \/>\n<\/a><br \/>\n<\/sup><br \/>\n        \ub0b4\uac00 p\ub77c\ub294 \ubcc0\uc218\uc5d0 \ubb54\uac00\ub97c \uae30\ub85d\ud558\uace0 \uc2f6\uc73c\uba74 *p\ub97c \uc368\uc57c \ud55c\ub2e4. \ub9cc\uc57d, p\ub77c\ub294 \ubcc0\uc218\uc758 \uc8fc\uc18c\uac00 \ud544\uc694\ud558\ub2e4\uba74, &#038;p\uac00 \ubc14\ub85c \uadf8 \uc8fc\uc18c\ub97c \uc54c\ub824\uc8fc\ub294 \uc5ed\ud560\uc744 \ud55c\ub2e4. \uc77c\ub2e8 \uc544\ub798\uc758 \uc18c\uc2a4\ub97c \ubd84\uc11d\ud574\ubcf4\uc790. \ub0b4\uac00 \ud3ec\uc778\ud130 \uacf5\ubd80\ub97c \ud560 \ub54c \ub9cc\ub4e0 \uc18c\uc2a4\ub97c \uc880 \uac1c\uc870\ud588\ub2e4.<br \/>\n        <\/p>\n<blockquote><p>\n         #include <stdio.h><br \/>\n         <br \/>\n         main()<br \/>\n         <br \/>\n         {<br \/>\n         <br \/>\n         char a, b;<br \/>\n         <br \/>\n         char *deathnote;<\/p>\n<p>         a=NiceGuy;<br \/>\n         <br \/>\n         deathnote=&a;<br \/>\n         <br \/>\n         b=*p;<\/p>\n<p>         printf(&#8220;1. a=%c, b=%c, *deathnote=%c \\n&#8221;, a, b, *deathnote);<br \/>\n         <br \/>\n         a=HandsomeGuy;<br \/>\n         <br \/>\n         b=BadGuy;<br \/>\n         <br \/>\n         printf(&#8220;2. a=%c, b=%c, *deathnote=%c \\n&#8221;, a, b, *deathnote);<br \/>\n         <br \/>\n         deathnote=&b;<br \/>\n         <br \/>\n         printf(&#8220;3. a=%c, b=%c, *deathnote=%c \\n&#8221;, a, b, *deathnote);<br \/>\n         <br \/>\n         }<br \/>\n         \n<\/p><\/blockquote>\n<p>        \uc774 \uc18c\uc2a4\ub294 \uc5b4\ub5bb\uac8c \uc791\ub3d9\ud560\uae4c? \uc77c\ub2e8, deathnote\ub77c\ub294 \ud3ec\uc778\ud130\ub97c \ud558\ub098 \ub9cc\ub4e4\uc5c8\ub2e4. \uc989, \ud45c\uc9c0\uc5d0 deathnote\ub77c\uace0 \uc801\ud78c \ub178\ud2b8\ub97c \ud55c\uad8c \ub9c8\ub828\ud55c \uac83\uc774\ub2e4. \uc77c\ub2e8 a=NiceGuy\ub77c\uace0 \uc9d1\uc5b4\ub123\uc5b4\ub1a8\ub2e4. \uc774\uc81c, deathnote=&#038;a\ub77c\uace0 \ud558\uba74 \ubb50\uac00 \ub420\uae4c? &#038;a\uac00 \uc54c\ub824\uc8fc\ub294 \uac83\uc740 a\uac00 \uc788\ub294 \uc8fc\uc18c\uc774\ub2e4. \uc989, deathnote\ub77c\ub294 \ub178\ud2b8\ub97c \uaebc\ub0b4\uc11c \ud3bc\uce58\ub294 \uac83\uc740 a\ub77c\ub294 \ub178\ud2b8\ub97c \uaebc\ub0b4\uc11c \ud3bc\uce5c \uac83\uacfc \uac19\uc740 \ub0b4\uc6a9\uc774 \uc801\ud600\uc788\ub2e4\ub294 \uac70\ub2e4. \uc880 \ub354 \uc815\ud655\ud788 \uc598\uae30\ud558\uc790\uba74, deathnote=&#038;a\ub77c\uace0 \uc801\ub294 \uc21c\uac04, a\ub77c\ub294 \uacf5\ucc45\uc740 deathnote\uac00 \ub41c \uac83\uc774\ub2e4. \uc774\uc81c a\ub97c \ubc14\uafb8\ub4e0 deathnote\ub97c \ubc14\uafb8\ub4e0 \ub458 \ub2e4 \ub3d9\uc2dc\uc5d0 \ubc14\ub00c\uac8c \ub41c\ub2e4. \uc989, \ud558\ub098\uc758 \uba54\ubaa8\ub9ac \uc601\uc5ed\uc774 \ub450\uac1c\uc758 \uc774\ub984\uc744 \uac16\uac8c \ub41c \uac83\uc774\ub2e4. \uc774\uc81c, deathnote\uc5d0 \uc801\ud78c \ub0b4\uc6a9\uc744 \uc0ac\uc6a9\ud558\uace0 \uc2f6\uc73c\uba74, *\ub97c \uc774\uc6a9\ud558\uba74 \ub41c\ub2e4. \uc989, *deathnote\ub77c\uace0 \uc4f0\uba74, \uadf8\uac83\uc740 \uace7 deathnote\uc5d0 \uc801\ud78c \ub0b4\uc6a9\uc744 \uc54c\ub824\uc8fc\ub294 \uac83\uc774\ub2e4.<\/p>\n<p>        \uc790, \ub2e4\uc74c\uc758 \ubb38\uc7a5\uc744 \uc0dd\uac01\ud574 \ubcf4\ub294 \uac83\uc740 \uc219\uc81c\uc774\ub2e4.<br \/>\n        <\/p>\n<blockquote><p>\n         \ud3ec\uc778\ud130\uc758 \ud3ec\uc778\ud130\ub97c \uc0ac\uc6a9\ud560 \uc218 \uc788\ub2e4.<br \/>\n         <br \/>\n         \ubb3c\ub860 \ud3ec\uc778\ud130\uc758 \ud3ec\uc778\ud130\uc758 \ud3ec\uc778\ud130 \ub610\ud55c \uc0ac\uc6a9\ud560 \uc218 \uc788\ub2e4.\n        <\/p><\/blockquote>\n<p><\/p>\n<div class=\"footnotes\">\n<ol class=\"footnotes\">\n<li id=\"footnote_157_1\">\n           \ub178\ud2b8\ub97c \uae30\ub85d\ud558\ub294\uac8c \ubd88\uac00\ub2a5\ud558\uc9c0\ub294 \uc54a\ub2e4. \ub2e4\ub978 \ub178\ud2b8\uc5d0 \uc801\uc73c\uba74 \ub418\ub2c8\uae4c. \ub9c8\ucc2c\uac00\uc9c0\ub85c, \ud3ec\uc778\ud130\uc758 \ud3ec\uc778\ud130 \uc5ed\uc2dc \uac00\ub2a5\ud558\ub2e4.<br \/>\n           <a href=\"#footnote_link_157_1\"><br \/>\n            [\ubcf8\ubb38\uc73c\ub85c]<br \/>\n           <\/a>\n<\/li>\n<\/ol>\n<\/div>\n<p><script type=\"text\/javascript\">\n         tistoryFootnote.add(157,1,\"\\ub178\\ud2b8\\ub97c \\uae30\\ub85d\\ud558\\ub294\\uac8c \\ubd88\\uac00\\ub2a5\\ud558\\uc9c0\\ub294 \\uc54a\\ub2e4. \\ub2e4\\ub978 \\ub178\\ud2b8\\uc5d0 \\uc801\\uc73c\\uba74 \\ub418\\ub2c8\\uae4c. \\ub9c8\\ucc2c\\uac00\\uc9c0\\ub85c, \\ud3ec\\uc778\\ud130\\uc758 \\ud3ec\\uc778\\ud130 \\uc5ed\\uc2dc \\uac00\\ub2a5\\ud558\\ub2e4.\");\n        <\/script><\/p>\n<div style=\"width:100%;margin-top:30px;clear:both;height:30px\">\n<div style=\"width:31px;float:left;\">\n<a href=\"\/toolbar\/popup\/abuseReport\/?entryId=157\" onclick=\"window.open(this.href, 'tistoryThisBlogPopup', 'width=550, height=510, toolbar=no, menubar=no, status=no, scrollbars=no'); return false;\"><br \/>\n<img data-recalc-dims=\"1\" decoding=\"async\" alt=\"\uc2e0\uace0\" src=\"https:\/\/i0.wp.com\/t1.daumcdn.net\/tistory_admin\/static\/ico\/ico_spam_report.png\" style=\"border:0\"\/><br \/>\n<\/a>\n<\/div>\n<\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>C\uc5b8\uc5b4\ub97c \ubc30\uc6b0\uba74\uc11c \uac00\uc7a5 \ud5f7\uac08\ub838\ub358 \uac74 \ud3ec\uc778\ud130\uc5d0 \ub300\ud55c \uac1c\ub150\uc774\uc5c8\ub2e4. \ud3ec\uc778\ud130\ub294 \uba54\ubaa8\ub9ac \uc8fc\uc18c\ub97c \uc54c\ub824\uc900\ub2e4\ub294\ub370, \ub300\uccb4 \ubb50\ub0d0 -_-; \uc774\uac78 \uc4f0\ub824\uba74 &#038;\uc640 *\ub97c \uc54c\uc544\uc57c \ud55c\ub2e4. \ud3ec\uc778\ud130 \uc774\ub984\uc744 p\ub77c\uace0 \ud558\uc790. \uadf8\ub7fc, \uc77c\ub2e8 \uc120\uc5b8\uc744 \ud574\uc57c\ud55c\ub2e4. int *p; \uc774\ub7ec\uba74 \ubb50\uac00 \ub418\ub0d0\ud558\uba74, p\ub77c\ub294 \uc774\ub984\uc774 \ubd99\uc740 \uc815\uc218\ud615 \ubcc0\uc218\uac00 \uc120\uc5b8\ub41c\ub2e4. \ud558\uc9c0\ub9cc, \uc5ec\uae30\uc11c \uc911\uc694\ud55c\uac74 \uadf8\ub0e5 p=1\uc774\ub77c\ub294 \uc2dd\uc73c\ub85c \uc4f8 \uc218\uac00 \uc5c6\ub2e4\ub294 \uac83\uc774\ub2e4. \uc65c\ub0d0\ud558\uba74 p\ub294 \ubcc0\uc218\uac00 \uc544\ub2c8\ub77c \ubcc0\uc218 [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_crdt_document":"","_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[12],"tags":[],"class_list":["post-7382","post","type-post","status-publish","format-standard","hentry","category-12"],"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"jetpack_shortlink":"https:\/\/wp.me\/p8o6gA-1V4","jetpack-related-posts":[],"jetpack_likes_enabled":true,"_links":{"self":[{"href":"http:\/\/melotopia.net\/b\/index.php?rest_route=\/wp\/v2\/posts\/7382","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/melotopia.net\/b\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/melotopia.net\/b\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/melotopia.net\/b\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/melotopia.net\/b\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=7382"}],"version-history":[{"count":0,"href":"http:\/\/melotopia.net\/b\/index.php?rest_route=\/wp\/v2\/posts\/7382\/revisions"}],"wp:attachment":[{"href":"http:\/\/melotopia.net\/b\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=7382"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/melotopia.net\/b\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=7382"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/melotopia.net\/b\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=7382"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}