Results 1 to 2 of 2
Hi every body,
I have a class like
class License
{
public:
group of methods
};
so , I want to use this class in another file .......
how could ...
- 01-22-2008 #1Linux Newbie
- Join Date
- Oct 2006
- Posts
- 107
c++ dynamic loading
Hi every body,
I have a class like
class License
{
public:
group of methods
};
so , I want to use this class in another file .......
how could be done in c++ (on linux platform)
i.e , i want as like as dynamic loading in c (on linux platform)
Pls help me out..........
Thanks in Advance........
- 01-22-2008 #2Linux Newbie
- Join Date
- Jan 2008
- Location
- UK
- Posts
- 211
Hi, Mallik,
I look at a few web sites and it seems that to enable dynamic loading in C++ you need to use the C libraries. These are the links that describe it, I shall leave it to you to decide if I am on the right track.
Dynamic Class Loading for C++ on Linux
AND
Scurvy Jake’s Pirate Blog » Dynamic Libraries in C/C++ and Linux
wowbag1


Reply With Quote