2022年4月22日 星期五

Object Pascal C++ Code snippets 13 Things About C++ Software You May Not Know

 https://blogs.embarcadero.com/13-things-about-c-software-you-may-not-know/

Table of Contents

    1. How to build and compile your applications at maximum speed with TwineCompile
    2. Did you know how easy it is to run Python in C++ Builder apps?
    3. Can I run Delphi / Object Pascal code in my C++ apps?
    4. Have you used folding scopes in your code yet?
    5. Do you create debugging breakpoints the easy way?
    6. Are you using Ctrl+Space for Code Completion and Code Insight?
    7. Did you know you can hit the Tab key for Code Template completion?
    8. Are you using Error Insight to speed up your development?
    9. How to use RAD Studio Deployment Manager to add your application’s sounds, images and other ad-hoc files
    10. How do I use the Ctrl+ F1 Help key to find details about a method?
    11. Use Ctrl+Enter to open file in that line
    12. How do I set up icons for my application?
    13. Did you know you can compile C++ projects by using msbuild command in console/terminal window?

 https://community.embarcadero.com/index.php/article/technical-articles/1044-coderage-9-snippet-consuming-object-pascal-code-from-c-apps-using-c-11-lambdas

 https://castle-engine.io/modern_pascal_introduction.html#_loops_for_while_repeat_for_in

Coderage 9 Snippet - Consuming Object Pascal code from C++ apps using C++11 Lambdas

沒有留言: