本书《C++ for Engineers and Scientists》第四版为工程师和科学家量身打造,深入浅出地介绍了C++编程语言的基础知识及其在解决实际问题中的应用。适合初学者及专业人士阅读。
The C++ programming language, which includes C as a proper subset, has become the dominant choice in engineering and scientific fields. For most engineers and scientists, leveraging the full capabilities of C++, a hybrid language that combines both structured and object-oriented features, requires gradually refining their procedural programming skills to an object-oriented approach. This is often necessary because many engineering and scientific problems can be solved efficiently using only C++s procedural elements.
The book C++ for Engineering and Scientists, Fourth Edition follows this refinement path from procedural to object-oriented programming. Similar to its previous editions, the new edition starts by building a strong foundation in procedural programming before gradually expanding it to encompass full object orientation through a pedagogically sound progression. To align with the latest ANSI/ISO C++ standard, this edition includes several important updates and additional features.