一个Visual C ++ 6项目文件的内容被编码在DSP格式,并且这些DSP文件可以被创建,打开和编辑与Visual C ++ 6的应用程序。这些的Visual C ++ 6项目文件都贴有该.DSP扩展,和Visual C ++ 6项目被列为软件开发应用程序。存储在DSP的文件中的数据可包括节目的配置,设置和资产数据中的实施到相关联的应用程序的源代码等的参考信息。该DSP文件格式主要是实施跟踪和监控的Visual C ++软件项目的发展进度。这意味着一组开发工作的一个Visual C ++的软件开发项目可以使用存储在关联于他们的项目中的DSP的文件中的数据,以便改善和调试应用程序的某些功能。从微软的Visual Studio 2010程序实现对这些DSP的文件和相关的Visual C ++应用程序的支持,这个版本可以安装在Mac平台开始创建,打开和编辑的Visual C ++程序及其相关的DSP文件。
Microsoft Visual Studio is an integrated development environment (IDE) produced by Microsoft. It has a code editor that supports syntax highlighting and code completion using IntelliSense for not only variables, functions and methods but also language constructs like loops and queries; includes a debugger that works both as a source-level debugger and as a machine-level debugger; includes a host of visual designers to aid in the development of applications and other tools. Visual Studio permits developers to write extensions for Visual Studio to expand its capabilities. These extensions are linked to Visual Studio and extend its functionality. Extensions come in the form of macros, add-ins, and packages. Macros represent repeatable tasks and actions that developers can write programmatically for saving, replaying, and distributing; add-ins gives access to the Visual Studio object model and can interact with the IDE tools; and packages can create designers and other tools, as well as integrate other programming languages.