Find the answer to your Linux question:
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 ...
  1. #1
    Linux 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........

  2. #2
    Linux 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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...