zoukankan      html  css  js  c++  java
  • Mixing Delphi and C++(相互调用)

    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

  • 相关阅读:
    rsync
    typora 页内跳转
    shell脚本搭建redis集群
    Html
    python json模块
    Appium
    selenium+python
    jmeter+ant+jenkins接口自动化测试框架
    测试小结
    面向对向
  • 原文地址:https://www.cnblogs.com/findumars/p/6213459.html
Copyright © 2011-2022 走看看