Delphi-PRAXiS

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   Delphi-News aus aller Welt (https://www.delphipraxis.net/58-delphi-news-aus-aller-welt/)
-   -   Things that make you go ‘urgh’… (https://www.delphipraxis.net/161711-things-make-you-go-%91urgh%92%85.html)

DP News-Robot 17. Jul 2011 10:40

Things that make you go ‘urgh’…
 
What’s the flaw in this test code? program Project1; {$APPTYPE CONSOLE} var Arr1, Arr2: array of array of Integer; I, J: Integer; begin SetLength(Arr1, 5, 5); for I := 0 to 4 do for J := 0 to 4 do Arr1[I, J] := I * J; Arr2 := Copy(Arr1); for I := 0 to 4 do for J := ...http://feeds.feedburner.com/~r/delph...~4/07t7IT3q9PY

More...


Alle Zeitangaben in WEZ +1. Es ist jetzt 15:25 Uhr.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024 by Thomas Breitkreuz