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/)
-   -   Expression Trees: abusing operator overloading for fun and profit (https://www.delphipraxis.net/179176-expression-trees-abusing-operator-overloading-fun-profit.html)

DP News-Robot 19. Feb 2014 02:14

Expression Trees: abusing operator overloading for fun and profit
 
Quick, what should this routine produce? procedure Test; var expr: TExpression; result: string; begin expr := 'Value'; expr := expr = 5; result := expr; writeln(result); end; There are three basic answers here: ...http://feeds.feedburner.com/~r/delph...~4/lh4jxtvvQzA

More...


Alle Zeitangaben in WEZ +1. Es ist jetzt 01:55 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