|
-
September 22nd, 2008, 08:45 AM
#1
How to run a C++ module in Unix system
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|