首页 > 编程语言 > 详细

Mixing Delphi and C++(相互调用)

时间:2016-12-23 07:47:01      阅读:319      评论:0      收藏:0      [点我收藏+]

Mixing Delphi and C++


You have a TStringList and <algorithm>. What can you do? Quite a lot, actually. Did you know that as of RAD Studio 10.1 Berlin, Delphi‘s inbuilt containers, such as TList, the Generics. Collections containers, all enumerable types, and arrays, can be used from C++ using standard algorithms, iterators, and range-based for loops? This blog post contains a Youtube video of the CodeRage XI (Nov 2016) lightning talk, as well as source code and more information.

https://github.com/EmbarcaderoPublic/CodeRage2016/tree/master/David%20Millington%20-%20Mixing%20Delphi%20and%20C%2B%2B

Mixing Delphi and C++(相互调用)

原文:http://www.cnblogs.com/findumars/p/6213459.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!