<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:thr="http://purl.org/syndication/thread/1.0">
  <title type="html">김 용묵의 절대공간 - 블로그: 운영체제의-프로그래밍-언어-Objective-C에 달린 최근 댓글/트랙백 목록</title>
  <id>http://moogi.new21.org/tc/</id>
  <link rel="alternate" type="text/html" hreflang="ko" href="http://moogi.new21.org/tc/" />
  <subtitle type="html">그런즉 이제 애호박, 단호박, 늙은호박 이 셋은 항상 있으나, 그 중에 제일은 늙은호박이니라.</subtitle>
  <updated>2025-06-23T12:58:42+09:00</updated>
  <generator>Textcube 1.7.8 : Con moto</generator>
  <entry>
    <title type="html">김기윤님의 댓글</title>
    <link rel="alternate" type="text/html" href="http://moogi.new21.org/tc/485#comment1490" />
    <author>
      <name>(김기윤)</name>
    </author>
    <id>http://moogi.new21.org/tc/485#comment1490</id>
    <published>2011-03-25T13:29:50+09:00</published>
    <summary type="html">지난학게 모바일 프로그래밍 시간때 아주 잠깐.... 써봤는데, 한 학기동안 배우니까 언어 자체는 꽤 괜찮다고 느꼈습니다. 특히나, XCode 의 프로그래머 편의의 기능이라던가.. 하는 쪽은 Visual Studio 를 압도하더군요.

뭐, 한학기동안 잠깐 하고 말았던 것이긴 하지만, 다음에 기회될때 마저 배워도 괜찮은 언어라고 생각합니다.</summary>
  </entry>
  <entry>
    <title type="html">박철현님의 댓글</title>
    <link rel="alternate" type="text/html" href="http://moogi.new21.org/tc/485#comment1491" />
    <author>
      <name>(박철현)</name>
    </author>
    <id>http://moogi.new21.org/tc/485#comment1491</id>
    <published>2011-03-25T16:50:18+09:00</published>
    <summary type="html">오브젝트 C를 
우리나라에서 가장 먼저 시작하신 분으로 
김민수 사장님이 있습니다. 

Mlayout을 개발하신 분입니다.
(Mlayout 프로그램은 쿽익스프레스 기능을 수행하는 프로그램입니다.)  

만나 뵙고 싶다면 ... 
꼭 소개를 해드리고 싶은 마음이 있습니다.</summary>
  </entry>
  <entry>
    <title type="html">사무엘님의 댓글</title>
    <link rel="alternate" type="text/html" href="http://moogi.new21.org/tc/485#comment1492" />
    <author>
      <name>(사무엘)</name>
    </author>
    <id>http://moogi.new21.org/tc/485#comment1492</id>
    <published>2011-03-26T01:06:00+09:00</published>
    <summary type="html">김기윤: 아, 모바일 프로그래밍 들으셨댔죠. 나름 XCode까지 다루고 좋은 경험 하셨네요. ^^
옵C는 아무래도 C++보다야 훨씬 더 단순하고 분석하기 쉬운 언어일 테고, 그만큼 IDE가 더 편리한 기능을 제공해 줄 수도 있을 것 같습니다.

박철현: 맥 환경 소프트웨어 개발의 최고 선구자이시라는 얘기군요. 알려 주셔서 고맙습니다.</summary>
  </entry>
  <entry>
    <title type="html">김재주님의 댓글</title>
    <link rel="alternate" type="text/html" href="http://moogi.new21.org/tc/485#comment1493" />
    <author>
      <name>(김재주)</name>
    </author>
    <id>http://moogi.new21.org/tc/485#comment1493</id>
    <published>2011-03-27T05:18:14+09:00</published>
    <summary type="html">의외로 넥슨 게임들이 ObjC를 많이 썼습니다. 마비노기를 기점으로 C/C++이 늘어났다고 알고 있는데요...

오브젝티브C의 메서드 호출 방법은 가상 함수랑 비슷합니다. 어떤 객체에 대해서 메서드를 호출하면 그 메서드 이름을 찾아서 메서드 핸들러를 호출하는 것이죠. 메서드 이름은 동적으로 관리하고요. 그렇다보니 어떤 객체가 소유하고 있지 않은 메서드도 호출은 할 수 있습니다. 이게 상당히 편리한 특성이라 루비 같은 동적 언어들도 이런 특성을 가지고 있죠</summary>
  </entry>
  <entry>
    <title type="html">사무엘님의 댓글</title>
    <link rel="alternate" type="text/html" href="http://moogi.new21.org/tc/485#comment1494" />
    <author>
      <name>(사무엘)</name>
    </author>
    <id>http://moogi.new21.org/tc/485#comment1494</id>
    <published>2011-03-27T23:28:35+09:00</published>
    <summary type="html">오, 윈도우 환경에서도 옵C로 개발된 프로그램이 있었나 봐요?
말씀하신 대로, 옵C의 멤버 함수는 이름과 매개변수가 동적으로 관리됩니다. 어차피 C++로도 바이너리 호환성을 유지하면서 유연하게 클래스 라이브러리의 기능을 확장하려다 보면 UINT nMsg, PVOID pArg 같은 식으로 generic, polymorphic한 함수로 메시지를 주고받게 되지요. 그에 비하면 C++은 템플릿도 그렇고 여전히 컴파일 타임 때 결정되는 요소가 많은 딱딱한 언어라는 느낌이 듭니다.</summary>
  </entry>
  <entry>
    <title type="html">rubis님의 댓글</title>
    <link rel="alternate" type="text/html" href="http://moogi.new21.org/tc/485#comment2789" />
    <author>
      <name>(rubis)</name>
    </author>
    <id>http://moogi.new21.org/tc/485#comment2789</id>
    <published>2012-01-04T15:14:41+09:00</published>
    <summary type="html">사무엘님 그래도 맥용 날개셋이 나오길 학수고대!!! (실현되지못할꿈이라도) 하고 있는 사용자입니다. ^^</summary>
  </entry>
  <entry>
    <title type="html">사무엘님의 댓글</title>
    <link rel="alternate" type="text/html" href="http://moogi.new21.org/tc/485#comment2792" />
    <author>
      <name>(사무엘)</name>
    </author>
    <id>http://moogi.new21.org/tc/485#comment2792</id>
    <published>2012-01-04T18:52:11+09:00</published>
    <summary type="html">저도 꼭 그렇게 됐으면 좋겠습니다. ㅜ.ㅜ ^^;;</summary>
  </entry>
</feed>
