Create MS Project Files using C++ - Add Tasks, Resources, or Calenders to Projects

MS Project is a leading project‑management tool that enables managers to plan tasks, assign resources, track progress, and control budgets. This guide shows how to integrate those capabilities directly into C++ applications without using MS Project itself. Using clear code examples, you’ll learn to generate .mpp files, add tasks, resources, calendars, and assign resources to tasks programmatically.
September 8, 2020 · Usman Aziz