C/C++
rexcpp.asc
Associated article: Extending REXX with C++
Tags: C/C++ Design
_EXTENDING REXX USING C++_ by Art Sulger Listing One /* RXFileDB.cpp */ #include "FileDB.hpp" #define INCL_DOS #define INCL_NOMAPI #include <os2.h> #define INCL_RXFUNC #include <rexxsaa.h> #include <stdlib.h> #...


