multiple apps in same folder

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • kaferro@hotmail.com

    multiple apps in same folder

    I have folder with 30 classes, and I want to write three or four
    different application programs to use these classes. Do I create a
    separate workspace for each app.cpp?

  • Victor Bazarov

    #2
    Re: multiple apps in same folder

    kaferro@hotmail .com wrote:
    I have folder with 30 classes,
    I am used to having folders with files, not classes. Do you mean
    you have 30 source files, each defining a class?
    and I want to write three or four
    different application programs to use these classes. Do I create a
    separate workspace for each app.cpp?
    Not sure what you mean here. What language problem are you trying to
    solve? Have you actually got a problem? If you are asking how to
    organize your project[s], this is probably a wrong newsgroup.

    V
    --
    Please remove capital 'A's when replying by e-mail
    I do not respond to top-posted replies, please don't ask


    Comment

    Working...