Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in cross-language

What is a Cobol 88-type equivalent in another languages?

cobol cross-language

Why do dynamic arrays in C++ and Java have different initial capacities?

Allowing a method to lock its parent Object in Java

Encrypt in PHP, Decrypt in Python

Use C library in a C++ code with non-compatible code

c++ c cross-language

Invoking C++ code from Java (GCJ)

java c++ g++ gcj cross-language

Is it safe to "play" with parameter constness in extern "C" declarations?

Is there a cross-language TDD solution?

Unifying enums across multiple languages

How to pass a list of objects from C++ to C#?

Interacting with java code from C#

c# java .net cross-language

Can you call Ada functions from C++?

c++ c ada cross-language

Wrapping C create and destroy functions using a smart pointer

How to unserialize PHP Serialized array/variable/class and return suitable object in C#

Declare a C++ function that has C calling convention but internal linkage [duplicate]

How to share business concepts across different programming languages?

Why does the Python/C API crash on PyRun_SimpleFile?

Why is C++'s NULL typically an integer literal rather than a pointer like in C?

Instantiating a python class in C#