windows 是否有关于 Visual Studio 2008 中 C++ 编程的教程?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/338467/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Is there a tutorial on C++ programming in Visual Studio 2008?
提问by user33061
Can anyone link me to a decent c++ tutorial that's actually currently in date? Almost everything I find applies to 2005 and the code examples are riddled with errors which won't run in my 2008 version of the visual compiler.
任何人都可以将我链接到当前实际过时的体面的 c++ 教程吗?我发现的几乎所有内容都适用于 2005 年,并且代码示例中充斥着错误,这些错误无法在我的 2008 版可视化编译器中运行。
采纳答案by stesch
The book Accelerated C++is a good start to learn C++.
Accelerated C++一书是学习 C++ 的良好开端。
回答by Johannes Schaub - litb
Here is a Visual C++ 2008 Express Edition Introdution: Introduction to Visual C++ 2008 Express (Video). You will find a good book-list about Standard C++ here: http://jcatki.no-ip.org:8080/fncpp/Resources#books(that's the website of the ##c++ irc channel on irc.freenode.org). For an explanation of the difference between C++ and Visual C++ you can read this: http://www.comeaucomputing.com/techtalk/#vc.
这是 Visual C++ 2008 Express 版介绍:Visual C++ 2008 Express 简介(视频)。你会在这里找到一个关于标准 C++ 的好书清单:http: //jcatki.no-ip.org: 8080/fncpp/Resources# books (这是 irc.freenode.org 上的 ##c++ irc 频道的网站) . 有关 C++ 和 Visual C++ 之间差异的解释,您可以阅读以下内容:http: //www.comeaucomputing.com/techtalk/#vc。
回答by Filip Ekberg
C++ hasen't changed much over the years code from i.e. www.vtc.com 's video-tutorials still applies and those are made ~2000.
多年来,C++ 没有太大变化,来自 ie www.vtc.com 的视频教程的代码仍然适用,并且这些代码是在 2000 年左右制作的。
But if you are specificly looking for Visual C++, then you might need newer Tutorials, but if you want to learn C++, start off small and not with Visual C++.
但是,如果您专门寻找 Visual C++,那么您可能需要更新的教程,但如果您想学习 C++,请从小处着手,而不是使用 Visual C++。
回答by Keith Nicholas
Visual C++? 2008: How to Program, Second Edition
视觉 C++?2008:如何编程,第二版
came up on safari a little while ago, looks quite good for an introduction to visual studio and C++
不久前出现在 safari 上,对于 Visual Studio 和 C++ 的介绍看起来很不错