VRCalc++ Object Oriented Scripting Language :: Vincent Radio {Adrix.NT}
DRANK

IntroductionBorn as a simple calculator VRCalc++ featurs the same operators as C++ and Javaand more extra objects related operators implemented using Delphi object interfacesas well as a complete set of procedural flow control structures including- selection statements,- loops control statements,- labelled statements,- exceptions control statementsand so on ...VRCalc++ includes support for- access the RTL package data, funcs and procs- run-time exceptions handling- multi threaded functions and objects- Windows DLL access (Win32 version)and more ...VRCalc++ is embeddable in any application using Delphi packagesbecause its scripting run-time code and other environment supportexported functions are also contained in Delphi packagesVRCalc++ is extensibleby object oriented scripted class modulesor by external packagesimplementing and exporting the required functions and interfacesVRCalc++ Scripted Class Modules usually define and export functions as well as propertiesthe VRCalc++ base inde…

codeproject.com
Related Topics: C++