我是靠谱客的博主 专注老师,最近开发中收集的这篇文章主要介绍Accelerated C++ 习题答案,觉得挺不错的,现在分享给大家,希望可以做个参考。

概述

1. 在google的groups,也就是http://groups.google.com里发现很多人在讨论这本书中个别题的答案.如果你想要某一道题的答案,就在那搜Accelerated C++ exercise 3-2,其中3-2是题号,这是示范

2. Paul Parks 国外的在弄 http://www.parkscomputing.com/accelerated-cpp-solutions/ 目前进展到第4章      (最优答案基本1-2年一章)

Chapter 0 - Getting Started

Chapter 1 - Working With Strings

Chapter 2 - Looping and Counting

Chapter 3 - Working with Batches of Data

Chapter 4 - Organizing Programs and Data

Getting a Compiler

In order to complete the exercises in the book the reader will need a standards-conforming C++ compiler. A list of compilers, both free and commercial, may be found at http://www.research.att.com/~bs/compilers.html.

A note for those of you using Windows: Visual Studio 6 is not a standards-conforming C++ compiler. Instead, try Visual C++ 2010 Express.

关于编译器,Windows下不要用Visual Studio 6 非标准,有新的用最新的。微软也是买别人的最近  (Stephan T Lavavej) 负责 , Channel 9 上有STL相关他的视频。

非要用Visual Studio 6 要先看 Getting the code to run under Microsoft Visual C++ 6.0

转载于:https://www.cnblogs.com/logitechlike/archive/2012/01/04/2312589.html

最后

以上就是专注老师为你收集整理的Accelerated C++ 习题答案的全部内容,希望文章能够帮你解决Accelerated C++ 习题答案所遇到的程序开发问题。

如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(41)

评论列表共有 0 条评论

立即
投稿
返回
顶部