Einzelnen Beitrag anzeigen

Benutzerbild von Jazzman_Marburg
Jazzman_Marburg

Registriert seit: 2. Aug 2004
359 Beiträge
 
#10

Re: Von C nach Delphi: Benötige Hilfe

  Alt 24. Nov 2009, 14:55
Ok- jetzt habe ich es auch verstanden

Aber, ich habe immer noch Probleme mit dem folgenden ( scuzi!):

Delphi-Quellcode:
/* Type declarations for base modules information */
typedef struct rectangle {
float area;    /* rectangle area */
float height;  /* rectangle height */
float width;    /* rectangle width */
int fixed;      /* fixed orientation if == 1 */
treeptr ptr;    /* pointer to a tree node */
}
 base_rectangle;
Weil, so wie das obige Beispiel, läßt sich dieses ja nicht umsetzen. Was hat es mit dem abschließenden base_rectangle auf sich?

Danke nochmal
Jazzman
--- Delphi XE Starter, Windows 8 ---
  Mit Zitat antworten Zitat