Hi,

How to create a module using C++ code which can be executed automatically in Unix.

Like we have a Jar in JAVA which contains set of Java classes and which make it possible to run automatically using 'ant', is there anything available with C++ also ?

Scenario
-----------
We have a requirement to write some code in C++ which can read/write from Oracle Database and can be scheduled to run automatically in Unix. I want to know how to create a module and wht type it should be either .so or .exe or just simple .obj file. The module is actually divided into a list of around 10 classes