C++Builder Programming Forum
C++Builder  |  Delphi  |  FireMonkey  |  C/C++  |  Free Pascal  |  Firebird
볼랜드포럼 BorlandForum
 경고! 게시물 작성자의 사전 허락없는 메일주소 추출행위 절대 금지
C++빌더 포럼
Q & A
FAQ
팁&트릭
강좌/문서
자료실
컴포넌트/라이브러리
메신저 프로젝트
볼랜드포럼 홈
헤드라인 뉴스
IT 뉴스
공지사항
자유게시판
해피 브레이크
공동 프로젝트
구인/구직
회원 장터
건의사항
운영진 게시판
회원 메뉴
북마크
볼랜드포럼 광고 모집

C++빌더 Q&A
C++Builder Programming Q&A
[24497] Re:[질문]record(델파이)명령을 빌더로 변환하려면
최준호.스페로 [sparrow] 682 읽음    2003-02-26 15:32
안녕하세요 스페로 입니다.

델파이를 저도 잘은 모르고 그냥 델파이 소스가 있으면 빌더로 변경해서 쓸정도로만.. 쩝..

A record (analogous to a structure in some languages) represents a heterogeneous set of elements. Each element is called a field; the declaration of a record type specifies a name and type for each field. The syntax of a record type declaration is

type recordTypeName = record
    fieldList1: type1;
      ...
    fieldListn: typen;
    end

델파이 헬프를 보니 이렇게 나와 잇네요..

analogous to a structure in some languages ===> 다른언어에서는 유사한 structure

C / C++에서 구조체로 해결하면 될듯 합니다...



하안인 님이 쓰신 글 :
: 델파이
: PLOGBUF = ^TLOGBUF;
:   TLOGBUF = record
:     gubun: integer;
:     sTime: TDateTime;
:     eTime: TDateTime;
:     uTime: integer;
:     buf: array[1..10] of string;
:   end;
:
: 위의 구조를 빌더로 변환하려면 어떻게 해야 하나요
: 질문만 올려서 죄송합니다.
:

+ -

관련 글 리스트
24495 [질문]record(델파이)명령을 빌더로 변환하려면 하안인 623 2003/02/26
24497     Re:[질문]record(델파이)명령을 빌더로 변환하려면 최준호.스페로 682 2003/02/26
24500         Re:Re:[질문]record(델파이)명령을 빌더로 변환하려면 하안인 739 2003/02/26
Google
Copyright © 1999-2015, borlandforum.com. All right reserved.