Dependencies Tool

This tool will construct an ordered list of #include statements for using any combination of Numerical Recipes source code files. It will generate #includes not just for the files that you highlight, but also for any of their dependencies. The #include statements will be in the correct order for the C++ compiler.

Step 1: Select the files that you plan to use. Click to select one file, or Ctrl-Click to select more than one. Click here to clear any highlighted previous selections. Step 2: Click on the "Show Includes" button, below. Step 3: The necessary #include statements are now shown in the correct order. Click-drag to highlight them, then Edit/Copy and (in your program) Edit/Paste.