Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

황현/CrudeGin.h: Difference between revisions

From ZeroWiki
imported>chackford
No edit summary
 
imported>chackford
No edit summary
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
CrudeGin은 순수 C 언어로 이루어진 라이브러리입니다. Mac OS X의 Carbon 프레임워크의 근간을 이루는 CoreFoundation 프레임워크의 영향을 많이 받았습니다. 하지만 Cocoa-like를 지향 중입니다.
아놔, 실수. 이거 어떻게 지우죠?
순수 C를 지향하기 때문에 __cplusplus 따위는 고려 대상에서 빠졌습니다.
* DeleteThisPage 라고 쓰면 나중에 관리자가 지워~ - [[김수경]]
 
** 그렇군요. 굳~
 
이것 맛뵈기입니다. :)
//
//  CrudeGin.h
//  CrudeGin
//
//  Created by Cyrus Hackford on 2011.
//  Copyright 2011 SI devIk. All rights reserved.
//
#ifndef _CRUDEGIN_H_
#define _CRUDEGIN_H_
#include "CGBase.h"
#include "CGTypes.h"
#include "CGError.h"
#include "CGArray.h"
#include "CGNumber.h"
#include "CGString.h"
#endif



Latest revision as of 16:07, 8 March 2011

아놔, 실수. 이거 어떻게 지우죠?

  • DeleteThisPage 라고 쓰면 나중에 관리자가 지워~ - 김수경
    • 그렇군요. 굳~