Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
New posts in cross-language
What is a Cobol 88-type equivalent in another languages?
Dec 18, 2022
cobol
cross-language
Why do dynamic arrays in C++ and Java have different initial capacities?
Dec 16, 2022
java
c++
arrays
stdvector
cross-language
Allowing a method to lock its parent Object in Java
Dec 02, 2022
c#
java
cross-language
code-translation
Encrypt in PHP, Decrypt in Python
Nov 29, 2022
php
python
encryption
cross-language
Use C library in a C++ code with non-compatible code
Jul 15, 2022
c++
c
cross-language
Invoking C++ code from Java (GCJ)
Oct 19, 2022
java
c++
g++
gcj
cross-language
Is it safe to "play" with parameter constness in extern "C" declarations?
Sep 12, 2022
c++
c
language-lawyer
cross-language
extern-c
Is there a cross-language TDD solution?
Feb 10, 2018
unit-testing
tdd
cross-language
Unifying enums across multiple languages
Aug 11, 2018
enums
cross-language
language-interoperability
How to pass a list of objects from C++ to C#?
Jan 17, 2022
c#
c++
dll
dllimport
cross-language
Interacting with java code from C#
Nov 19, 2022
c#
java
.net
cross-language
Can you call Ada functions from C++?
May 13, 2022
c++
c
ada
cross-language
Wrapping C create and destroy functions using a smart pointer
Sep 05, 2022
c++
c
pointers
smart-pointers
cross-language
How to unserialize PHP Serialized array/variable/class and return suitable object in C#
Nov 15, 2022
c#
php
serialization
cross-language
Declare a C++ function that has C calling convention but internal linkage [duplicate]
Apr 02, 2022
c++
c
extern
linkage
cross-language
How to share business concepts across different programming languages?
Oct 11, 2022
c#
c++
python
serialization
cross-language
Why does the Python/C API crash on PyRun_SimpleFile?
Aug 14, 2022
c++
python
scripting
python-stackless
cross-language
Why is C++'s NULL typically an integer literal rather than a pointer like in C?
Oct 06, 2022
c++
c
nullptr
null-pointer
cross-language
Instantiating a python class in C#
Aug 29, 2022
c#
.net
python
ironpython
cross-language