CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: code reuse

  1. #1
    Join Date
    Mar 1999
    Location
    Ohio, USA
    Posts
    163

    code reuse

    I need to write a program that prints a label when a certain number is reached. For example when count = 20, print label. I am planning to use this code in several other programs too. I will use 5 user inputs to print the label. I know how to write the code to print the label. What is the best way to tackle this problem?


  2. #2
    Join Date
    Jul 2000
    Posts
    124

    Re: code reuse

    I think the best way to do this, if you are going to share it, is to put it in a dll.

    Erica


Posting Permissions

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





Click Here to Expand Forum to Full Width

Featured