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/)
-   -   On the Pointers and References (https://www.delphipraxis.net/174097-pointers-references.html)

DP News-Robot 3. Apr 2013 11:30

On the Pointers and References
 
A Reference is a distinct concept in C/C++ languages. The next code sample (MinGW GCC compiler was used) #include int main() { int Value; int &ValueRef = Value; Value = 2; std::cout


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