码迷,mamicode.com
首页 > 编程语言 > 详细

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

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

标签:format   delphi   range   ble   for   rabl   log   github   for loop   

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++(相互调用)

标签:format   delphi   range   ble   for   rabl   log   github   for loop   

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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!