The Wayback Machine - https://web.archive.org/web/20120101063834/http://www.codeguru.com:80/cpp/misc/misc/interfacingtootherlanguages/

    Interfacing to other languages

    The Kazakh Language and OS400

    Learn how to encode Kazakh language characters in OS400.

    Internationalize and Localize Your C/C++ Code with ICU

    The International Component for Unicode (ICU) library can save you from being hopelessly mired in numerous character encodings as your C/C++ application matures into internationalization and localization.

    Understanding Hibernate ORM for Java/J2EE

    Hibernate is the most popular and most complete open source object/relational mapping solution for Java environments. Learn Hibernate by using a simple Java application.

    Modeling of Software Defects Dynamics

    Learn about a model that describes software code defects dynamics as the result of the interactions between test and development teams.

    Open Source Defined

    Do you want to get involved in the heated conversations around the water cooler? At the very least, you need to understand the term Open Source and what it means to the software industry. Here is where you start.

    Embedding Perl In a Visual C++ App (Console and GUI)

    This article show how to create a console application that embeds a perl interpreter.

    Embed Java VM in Executables using Java Native Interface (JNI)

    Using the JNI to use Java from within C++ applications