Autor Beitrag
JDKDelphi
ontopic starontopic starontopic starontopic starontopic starontopic starofftopic starofftopic star
Beiträge: 115
Erhaltene Danke: 22

WIN2000, XP, WIN 7 , UNIX, LINUX
Assembler für (Z8x, 68xxx,R6000,Intel), DELPHI 6 Enterprise, MAGIC eDeveloper V9+V10, C++, C#,VB, .NET, zertifizierter iBOLT-Programmierer
BeitragVerfasst: So 18.03.07 14:59 
Hallo Freunde,

mal was anderes:

Ich baue mir jetzt ne Pizza

ausblenden Delphi-Quelltext
1:
2:
3:
4:
5:
6:
7:
TPizza = class(TZutaten)
BEGIN
  Oregano: INTEGER;
  Cipolla : INTEGER;
  Public
  Procedure Servieren(Zeit: TDatetime);  
END;


:D

Gruss

_________________
Wo andere aufhören, fange ich erst an..
jakobwenzel
ontopic starontopic starontopic starontopic starontopic starontopic starhalf ontopic starofftopic star
Beiträge: 1889
Erhaltene Danke: 1

XP home, ubuntu
BDS 2006 Prof
BeitragVerfasst: So 18.03.07 15:01 
Ähm... Was willst du uns damit sagen? :gruebel:

_________________
I thought what I'd do was, I'd pretend I was one of those deaf-mutes.
JDKDelphi Threadstarter
ontopic starontopic starontopic starontopic starontopic starontopic starofftopic starofftopic star
Beiträge: 115
Erhaltene Danke: 22

WIN2000, XP, WIN 7 , UNIX, LINUX
Assembler für (Z8x, 68xxx,R6000,Intel), DELPHI 6 Enterprise, MAGIC eDeveloper V9+V10, C++, C#,VB, .NET, zertifizierter iBOLT-Programmierer
BeitragVerfasst: So 18.03.07 15:03 
Titel: Pizza
Ich wollte nur mal einen "nichtssagenden Artikel verfassen"

Koche grade....


Gruss

_________________
Wo andere aufhören, fange ich erst an..
Backslash
ontopic starontopic starontopic starontopic starontopic starontopic starontopic starofftopic star
Beiträge: 202

WIN XP
Delphi 5 Ent, Delphi 2005 Prof
BeitragVerfasst: So 18.03.07 15:08 
Und hier meine nichtssagende Antwort auf diesen Thread: " " :P

Ich hab mir letzte Woche ein Hochhaus in Delphi gebaut. Nur leider hab ich vor dem Bauende destroy aufgerufen und da war es futsch :(
Paddii
ontopic starontopic starontopic starontopic starontopic starontopic starontopic starofftopic star
Beiträge: 28

WinXP Prof.
Blitz3D, PureBasic 4, Delphi 6
BeitragVerfasst: So 18.03.07 15:09 
falsch! in Delphi immernoch ' ' xD
Backslash
ontopic starontopic starontopic starontopic starontopic starontopic starontopic starofftopic star
Beiträge: 202

WIN XP
Delphi 5 Ent, Delphi 2005 Prof
BeitragVerfasst: So 18.03.07 15:12 
Meine Antwort war aber in Deutsch, nicht in Delphi :twisted:
Klabautermann
ontopic starontopic starontopic starontopic starontopic starhalf ontopic starofftopic starofftopic star
Veteran
Beiträge: 6366
Erhaltene Danke: 60

Windows 7, Ubuntu
Delphi 7 Prof.
BeitragVerfasst: So 18.03.07 15:20 
user profile iconBackslash hat folgendes geschrieben:
Meine Antwort war aber in Deutsch, nicht in Delphi :twisted:

Hätte dann das erste Anführungszeichen nicht unten sein müssen?
Chryzler
ontopic starontopic starontopic starontopic starontopic starontopic starhalf ontopic starofftopic star
Beiträge: 1097
Erhaltene Danke: 2



BeitragVerfasst: So 18.03.07 15:29 
ausblenden Delphi-Quelltext
1:
2:
3:
4:
5:
6:
7:
var
  Pizza: TPizza;
begin
  Pizza.Oregano := 10;
  Pizza.Cipolla := 5;
  Pizza.Servieren(Now + 480);
end.

:D
jakobwenzel
ontopic starontopic starontopic starontopic starontopic starontopic starhalf ontopic starofftopic star
Beiträge: 1889
Erhaltene Danke: 1

XP home, ubuntu
BDS 2006 Prof
BeitragVerfasst: So 18.03.07 15:32 
Das wird nix.
:arrow: EAccessViolation :wink:

_________________
I thought what I'd do was, I'd pretend I was one of those deaf-mutes.
JDKDelphi Threadstarter
ontopic starontopic starontopic starontopic starontopic starontopic starofftopic starofftopic star
Beiträge: 115
Erhaltene Danke: 22

WIN2000, XP, WIN 7 , UNIX, LINUX
Assembler für (Z8x, 68xxx,R6000,Intel), DELPHI 6 Enterprise, MAGIC eDeveloper V9+V10, C++, C#,VB, .NET, zertifizierter iBOLT-Programmierer
BeitragVerfasst: So 18.03.07 15:35 
Titel: Pizza
ausblenden Delphi-Quelltext
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
 TMeinePizza = class(TPizza)

  Knofi : INTEGER

 END;

Var MeinePizza : TMeinePizza;

BEGIN

  meinePizza.Oregano:= 100;
  meinePizza.Cipola := 80;
  meinePizza.Knofi= 100E+300// ganz viel davon

END.



:D

_________________
Wo andere aufhören, fange ich erst an..
jakobwenzel
ontopic starontopic starontopic starontopic starontopic starontopic starhalf ontopic starofftopic star
Beiträge: 1889
Erhaltene Danke: 1

XP home, ubuntu
BDS 2006 Prof
BeitragVerfasst: So 18.03.07 15:36 
Das wird nix.
:arrow: EAccessViolation :wink:

(Zum 2.^^)

_________________
I thought what I'd do was, I'd pretend I was one of those deaf-mutes.
JDKDelphi Threadstarter
ontopic starontopic starontopic starontopic starontopic starontopic starofftopic starofftopic star
Beiträge: 115
Erhaltene Danke: 22

WIN2000, XP, WIN 7 , UNIX, LINUX
Assembler für (Z8x, 68xxx,R6000,Intel), DELPHI 6 Enterprise, MAGIC eDeveloper V9+V10, C++, C#,VB, .NET, zertifizierter iBOLT-Programmierer
BeitragVerfasst: So 18.03.07 15:39 
Titel: Pizza
Ich weiss...

EAccessViolation wird provoziert, damit ich in den Debugger muss.. LÖL.

Gruss :D