cross-language
Managing project agnostic code libraries without creating dependencies
I\'m curious to know how fellow developers manage project agnostic code/libraries? For example, given these two functions:[详细]
2023-02-16 15:33 分类:问答Unifying enums across multiple languages
I have one large project with components in multiple languages that each depend on some of the same enum values. What solutions have you come up with to unify enums across multiple arbitrary langu开发[详细]
2023-01-31 16:40 分类:问答Interacting with C# applications via PHP
Recently I have been thinking combining C# applications with a website, so that we can run multiple threads in C# and complete more tasks in the time it would take PHP would to do 1.[详细]
2023-01-23 05:41 分类:问答installing fonts in client machine
I\'m building a website(PHP) with chinese fonts. The problem is most browsers doesn\'t have chinese fonts installed by default. I want the client machine to have this font installed to view the webpag[详细]
2023-01-16 00:47 分类:问答Invoking C++ code from Java (GCJ)
I\'m trying 开发者_运维技巧to invoke C++ from Java using GCJ using the CNI, so far I\'m able to invoke Java code from C++. How can I invoke C++ from Java using the CNI?I\'ll extend somewhat on pcent\'[详细]
2023-01-02 12:32 分类:问答Interacting with java code from C#
We\'ve written a Java program which we are looking to use and interact with from C#. What are our options? Optimally it would be possible to compile the开发者_如何学Python Java application as a librar[详细]
2022-12-23 00:14 分类:问答Flex -- C++ connection?
How do I connect a Flex Application( Intern开发者_如何学Cet Site ) and C++ togehter ? a minimalistic example from what i mean (User Story):[详细]
2022-12-17 16:28 分类:问答How to unserialize PHP Serialized array/variable/class and return suitable object in C#
The goal is to unserialize a PHP serialized string and get sutable object in C# Is there any way to make this possible in C#(.Net)?[详细]
2022-12-14 16:35 分类:问答