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


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM