Find the answer to your Linux question:
Results 1 to 2 of 2
hi guys i have only basic knowledge of C so guys plz help me ..... is C language support call the C executable inside the C ?? example contect mainA.c ...
  1. #1
    Just Joined!
    Join Date
    Dec 2009
    Posts
    2

    call the C executable inside the C

    hi guys
    i have only basic knowledge of C so guys plz help me .....

    is C language support call the C executable inside the C ??

    example contect mainA.c have a many function define in the struct,when i compile mainA and make a executable the name is ( A ),can i use executable C inside the C <my C program call the executable ( A ) > .


    Thankss all ..

  2. #2
    Linux Guru coopstah13's Avatar
    Join Date
    Nov 2007
    Location
    NH, USA
    Posts
    3,149
    you should just compile it as a shared object file instead, then you can use the API in another executable

Posting Permissions

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