惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

酷 壳 – CoolShell
酷 壳 – CoolShell
H
Hacker News: Front Page
P
Palo Alto Networks Blog
T
ThreatConnect
Apple Machine Learning Research
Apple Machine Learning Research
博客园_首页
T
True Tiger Recordings
P
Privacy & Cybersecurity Law Blog
B
Blog
IT之家
IT之家
Last Week in AI
Last Week in AI
F
Full Disclosure
Hacker News: Ask HN
Hacker News: Ask HN
C
Comments on: Blog
Microsoft Azure Blog
Microsoft Azure Blog
C
Cybersecurity and Infrastructure Security Agency CISA
Microsoft Security Blog
Microsoft Security Blog
博客园 - 【当耐特】
N
News and Events Feed by Topic
NISL@THU
NISL@THU
腾讯CDC
雷峰网
雷峰网
Security Latest
Security Latest
李成银的技术随笔
M
Microsoft Research Blog - Microsoft Research
L
LangChain Blog
L
Lohrmann on Cybersecurity
cs.CL updates on arXiv.org
cs.CL updates on arXiv.org
C
Check Point Blog
Y
Y Combinator Blog
Recent Announcements
Recent Announcements
博客园 - Franky
N
News | PayPal Newsroom
V
V2EX
A
About on SuperTechFans
The Register - Security
The Register - Security
月光博客
月光博客
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
Google Online Security Blog
Google Online Security Blog
MyScale Blog
MyScale Blog
Cisco Talos Blog
Cisco Talos Blog
Vercel News
Vercel News
WordPress大学
WordPress大学
C
Cyber Attacks, Cyber Crime and Cyber Security
The Hacker News
The Hacker News
IntelliJ IDEA : IntelliJ IDEA – the Leading IDE for Professional Development in Java and Kotlin | The JetBrains Blog
IntelliJ IDEA : IntelliJ IDEA – the Leading IDE for Professional Development in Java and Kotlin | The JetBrains Blog
爱范儿
爱范儿
A
Arctic Wolf
L
LINUX DO - 最新话题
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More

博客园 - yankchina

[C++]C++学习的一些建议 [Soft]物联网时代中的编程语言 - yankchina - 博客园 [Web]Web在线地图API试用笔记 - yankchina [Python]命令行解析器Argparse的试用手册 [PHP]PHP技术基础 [Blog]将syntaxhighlight与LatexMathML本地化 [Soft]软件技术的两个趋势 [Soft]RAD的代价 - yankchina [Python]快速解析数据库视图XML配置获取数据库字段说明 用VBA批量输出Outlook通讯录内容 - yankchina - 博客园 试用交互原型设计软件Axure RP Pro 4 云计算零接触 Camtasia Studio 7 试用笔记 - yankchina 文档整理经验谈 命令行调用Lame批量压缩MP3 [C++]千万不要碰VisualStudio - yankchina - 博客园 CSS 使用经验备忘 用Compare It! 4 比较Word Wiki 比较
[C++]VisualC++2010Express英文版试用手记
yankchina · 2010-09-11 · via 博客园 - yankchina

微软公司新推出Visual Studio开发工具套件——Visual Studio2010。我下载了其面向学生的免费版本——Visual C++ 2010 Express英文版(中文版尚未发布),主要是想了解一下Visual C++ 2010在 C++0x 标准上的支持情况。试用感想如下:

Visual Studio 2010

  • Visual C++ 2010 Express 版本安装速度比较快,其启动并不占太多的系统资源,是一个更紧凑的IDE环境;
  • 界面布局沿袭了Visual C++ 2008的Web传统,但能支持多屏幕编程;这个功能能极大地提高程序员的工作效率;
  • 可以创建外接Makefile方式的项目,这样可以采用Cygwin+MingW的方式来编译C++程序。虽然有点大材小用,但能够对第三方编译更好地支持,对于一向趋于保守封闭的微软来说,是不小的进步;
  • 可以支持C++0X的一些高级特性。我参考网络上的资源,编写了一个函数式编程样例,在Visual C++ 2010 Express 中能快速Build,说明VC2010的编译器对于C++标准支持越来越好。

对于新手而言,Visual C++ Express是非常好的一个入门工具,其主要理由为:

  • Express能很好地支持小型项目开发,特别是学习项目。不需要安装数G大小的Professional版本。
  • Express是免费的;
  • Express版本缺少一些Professional版本的拓展功能,如不能安装Visual Assist插件等。这其实给初学者以很多学习机会,能更好地理解C++语言特性,而不是被IDE所“蒙蔽"
  • Express版本更原始更开放,通过Express版本的训练可以很好地在Linux等环境下基于VI、Makef等进行C++编程

目前所不足的是,尚没有中文版的Visual Studio 2010 Express,期望微软能早日发行Express的中文版本。