1. 程式人生 > >Accelerated C++ 習題答案

Accelerated C++ 習題答案

1. 在google的groups,也就是http://groups.google.com裡發現很多人在討論這本書中個別題的答案.如果你想要某一道題的答案,就在那搜Accelerated C++ exercise 3-2,其中3-2是題號,這是示範

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相關他的視訊。