My Question is like this:
I wanted to create an Intermediat files and place them in (header file in include directory) and Object file in lib or object files directory so that a user using it has not to worry about [b]$LD_LIBRARY_PATH[b] or [b]$PATH[b] to be set.
[b]Test.h[b] goes to include...
//Example.cpp
// MAIN FILE : It make use of Test.h and Test.cpp
#include "Test.h"
int main(){
Test *t = new Test("KingOfJava");
cout << t->getMessage() << endl;
}
//++++++++++++++++++++++++++++++++++++++++
//Test.h
#include <iostream>
#include <string>
using namespace...
//Example.cpp
// MAIN FILE : It make use of Test.h and Test.cpp
#include "Test.h"
int main(){
Test *t = new Test("KingOfJava");
cout << t->getMessage() << endl;
}
//++++++++++++++++++++++++++++++++++++++++
//Test.h
#include <iostream>
#include <string>
using namespace...
//Example.cpp
// MAIN FILE : It make use of Test.h and Test.cpp
#include "Test.h"
int main(){
Test *t = new Test("KingOfJava");
cout << t->getMessage() << endl;
}
//++++++++++++++++++++++++++++++++++++++++
//Test.h
#include <iostream>
#include <string>
using namespace...
What ever the sort, Let me do it on EMp rec
EMPNO:ENAME:JOB:MGR_NO:HIRE_DATE:SAL:COMM:DEPTNO
Is the records in the file with no of rec's I wanna sort with Job and Deptno as a key.
I am looking for alog.
Thanx in adv.
Regards,
KingOfJava.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.