博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Microsoft Visual C++ Toolkit 2003 发布
阅读量:4191 次
发布时间:2019-05-26

本文共 3145 字,大约阅读时间需要 10 分钟。

 The Microsoft Visual C++ Toolkit 2003 includes the core tools developers need to compile and link C++-based applications for Windows and the .NET Common Language Runtime:

  • Microsoft C/C++ Optimizing Compiler and Linker.  These are the same compiler and linker that ship with Visual Studio .NET 2003 Professional!
  • C Runtime Library and the C++ Standard Library, including the Standard Template Library.  These are the same static-link libraries included with Visual Studio. 
  • Microsoft .NET Framework Common Language Runtime.  Visual C++ can optionally build applications that target the Common Language Runtime (CLR). 
  • Sample code.  The toolkit includes four samples designed to showcase the powerful new features of the 2003 version, including new optimization capabilities, features to improve code-security and robustness, enhanced ISO C++ standards support, and the ability to use the .NET Framework library and target the CLR.

The Visual C++ Toolkit is a free edition of Microsoft’s professional Visual C++ optimizing compiler and standard libraries--the same optimizing compiler and standard libraries that ship in Visual Studio .NET 2003 Professional!   

In general, no. You may use the Toolkit to build C++ -based applications, and you may redistribute those applications. Please read the , included with the Toolkit, for complete details.   

The Visual C++ Toolkit will work fine alongside installed versions of Visual Studio and Visual C++. If you already use Visual Studio .NET 2003, you do not need the Visual C++ Toolkit, unless you want to see the included samples. Everything else included in the Toolkit is included with Visual Studio .NET 2003.   

No. The Visual C++ Toolkit is a free download and is provided without formal technical support. Documentation for the Visual C++ compiler is available online, and it is recommended that further assistance be obtained by posing questions in online programming newsgroups and community forums.   

The Toolkit installs (1) the Visual C++ command-line compiler and linker, and their dependencies, (2) the Visual C++ C Runtime Library and static-link modules, and the Standard C++ Library, including STL, (3) the Microsoft .NET Framework Runtime, including library files necessary for building C++ applications that run on the .NET Common Language Runtime, and (4) four samples demonstrating key features of the Visual C++ compiler and libraries.   

Start by familiarizing yourself with the included samples. Learn how Visual C++ can help you write better applications. Learn how Visual C++ can better optimize your applications and make them more robust. Learn how to incorporate advanced ISO C++ template features in your code. Learn how to optionally incorporate the .NET Framework into your applications. Then, build your own C++ programs using the Toolkit. You might decide you want to augment the Toolkit with additional free tools from Microsoft, including the Platform SDK or the .NET Framework SDK. You might also wish to evaluate and upgrade to Visual Studio .NET Professional, which includes many additional tools and features for C++ developers, including a professional debugger and code editor.   


转载地址:http://bjaoi.baihongyu.com/

你可能感兴趣的文章
jsp 导入自己写的类并使用输出
查看>>
jsp 注释
查看>>
jsp 指令
查看>>
jsp 9大内置对象
查看>>
MySQL 5.7.27 详细下载安装配置教程
查看>>
使用Git制作和提交patch
查看>>
从0开始运行主线Linux内核
查看>>
leetcode 505 迷宫2
查看>>
小孩编程积木玩具
查看>>
科学育儿书籍
查看>>
emacs 学习
查看>>
cygwin
查看>>
内核页表
查看>>
github
查看>>
sublime
查看>>
linux 内存函数
查看>>
sdcardfs
查看>>
csdn 代码拷贝编译错误解决方法
查看>>
软件开发经典书籍
查看>>
spinlock原理
查看>>