- -
Generic musings
(
https://www.delphipraxis.net/160380-generic-musings.html)
DP News-Robot |
10. Mai 2011 16:00 |
Generic musings
Delphi (as Pascal descendant) has always had powerful type system. Consider the following sample code implementing simple insertion sort algorithm (I use Delphi 2009): unit InsSort; interface type TItem = Integer; TArray = array of TItem; procedure InsertionSort(var A: TArray); ... http://feeds.feedburner.com/~r/delph...~4/EZPhH8DaE2I
More...
|
Alle Zeitangaben in WEZ +1. Es ist jetzt 03:52 Uhr. |
|
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024-2025 by Thomas Breitkreuz