Help about adding function to library

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Kalrasoft
    New Member
    • Feb 2009
    • 13

    Help about adding function to library

    Hello to all friend! i m new in programming.i wanna add/remove own newt function/module to c library tlib.bt im facing problem.plz help me.i m using Borland turbo c++ compiler.thanx for read my query!
  • JosAH
    Recognized Expert MVP
    • Mar 2007
    • 11453

    #2
    Originally posted by Kalrasoft
    Hello to all friend! i m new in programming.i wanna add/remove own newt function/module to c library tlib.bt im facing problem.plz help me.i m using Borland turbo c++ compiler.thanx for read my query!

    If that tlib.bt file is Borlands' version of the C Standard library, I strongly suggest not to add anything to it and most certainly don't remove anything from it. Build your own library instead and use that one in your linking phase of the build.

    kind regards,

    Jos

    Comment

    • Kalrasoft
      New Member
      • Feb 2009
      • 13

      #3
      Thanx JosAh sir.bt tell me reason why we shuld dont add function to Borland compiler.more than i try to add function and i get sucess

      Comment

      • newb16
        Contributor
        • Jul 2008
        • 687

        #4
        Originally posted by Kalrasoft
        Thanx JosAh sir.bt tell me reason why we shuld dont add function to Borland compiler.more than i try to add function and i get sucess
        Bcs it cn b scrwd up bynd no repair. And I bet it will.

        Comment

        • Kalrasoft
          New Member
          • Feb 2009
          • 13

          #5
          Originally posted by newb16
          Bcs it cn b scrwd up bynd no repair. And I bet it will.
          Thanx for replying.and also i praise ur determination.n i am trying to making my own library.

          Comment

          Working...