Menu

Project with Multiple Directories

Jody Bush
2009-01-27
2012-09-26
  • Jody Bush

    Jody Bush - 2009-01-27

    How do I set up a project in Dev C++ to work with multiple directories so I can segregate the files for the different parts of a program? I figured out how to do it in the IDE, but when I go to the actual folder where everything is at all the files are in one folder. Much Thanks, Jody Bush

     
    • cpns

      cpns - 2009-01-27

      Create the files in the necessary folders, and ad them to the project - simple as that. Remember also to add include paths for any folders containing cross-folder headers.

      If all your files are in the same folder that will be because that is where you saved them. I cannot remember with Dev-C++ which I no longer install, but if it is like VC++ logical 'folders' you create in the project manager do not correspond to physical folders on disk.

      Clifford

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.