Previous
Concluding remarks

This concludes this tutorial on working with C/C++ team projects.
In this tutorial, you:

  • set up working environments for a team project

  • created the project in the Shared Source Working Environment

  • set up the build system for the project in the Shared Source Working Environment

  • checked in all project files to the Repository from the Shared Source Working Environment

  • built the project's executable in the Shared Object Working Environment

  • worked with files (check out, check in, create, add, remove) in your Private Working Environment

  • updated the working environments of the project

  • froze a stable version of the project in the Shared Source Working Environment

  • This concludes the C++ tutorial. For detailed explanations of any of the concepts in this tutorial, please refer to the User's Guide. To learn more about any of the SNiFF+ tools, see the Reference Guide. To learn how you can use SNiFF+ for your C, Java, or Fortran projects, please refer to the respective tutorials.

Previous