书栈网 · BookStack 本次搜索耗时 0.039 秒,为您找到 78098 个相关结果.
  • C++

    Pulsar C++ client Supported platforms Linux note Compilation System requirements Install Dependencies Install RPM note Install Debian Build RPM Debian MacOS Compilatio...
  • 附录C

    附录C Appendix C. Batch Processing and Transactions C.1 Simple Batching with No Retry C.2 Simple Stateless Retry C.3 Typical Repeat-Retry Pattern 附录C Appendix C. Batch Proc...
  • C 接口

    C 接口 LLVM 接口 C 接口 ccall — Keyword. ccall (( function_name , library ), returntype , ( argtype1 , ...), argvalue1 , ...) ccall ( function_pointer , returntype , ...
  • extern “C”

    extern “C” 被 extern 限定的函数或变量是 extern 类型的 被 extern "C" 修饰的变量和函数是按照 C 语言方式编译和连接的 extern "C" 的作用是让 C++ 编译器将 extern "C" 声明的代码当作 C 语言代码处理,可以避免 C++ 因符号修饰导致代码不能和C语言库中的符号进行链接的问题。 e...
  • C++

    Build a C++ application Prerequisites Installing the C++ driver (libpqxx) Get the source Dependencies Build and Install Working example Sample C++ code Run the application ...
  • C#

    Build a C# application Prerequisites Writing a HelloWorld C# app Install YugaByteCassandraCSharpDriver C# driver Copy the contents below to your Program.cs file. Running the C# ...
  • C#

    Develop C# Apps Prerequisites Writing a HelloWorld C# app Install StackExchange.Redis C# driver Copy the contents below to your Program.cs file. Running the C# app Develop...
  • C++

    Develop C++ Apps Prerequisites Installing the Redis C++ driver Writing a hello world Redis application Running the application Develop C++ Apps YEDIS Prerequisites The...
  • C interop

    C interop using dart:ffi Examples Walkthrough of hello_world Files Building and running Using dart:ffi Bundling and loading C libraries C interop using dart:ffi Dart mobi...
  • C bindings

    C bindings C bindings Crystal allows you to bind to existing C libraries without writing a single line in C. Additionally, it provides some conveniences like out and to_unsaf...