⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 index.html

📁 Data Abstraction & Problem Solving with C++源码
💻 HTML
字号:
<html>
<head>
   <title>Source Code - 4th Edition</title>
</head>
<body>

<center><H2>Data Abstraction and Problem Solving with C++<br>Walls and Mirrors <br>(4<sup>th</sup> edition) </H2>by Frank M. Carrano<br><br><H2>C++ Source Code</H2></center> <br><p>The C++ source code is organized in two different ways:
<ul>
<dt>
<a href="ByPage">By Page Numbers</a></dt>

<dd>
These files contain C++ source code taken directly from the text. File names end in txt and include the chapter number and the page number on which the code begins. The section is organized by chapter; each chapter indicates the range of pages it contains. </dd>

<dd>
</dd>
<br>
<dt>
<a href="ByName">By Name</a></dt>

<dd>
These files contain C++ header files, implementation files, and individual functions that appear in the book. Files are organized by chapter. File names end in cpp or h, and are consistent with those presented in the text. When more than one version of a class or function exists in a chapter, the file name includes a page number for clarity.</dd>

<dd>
<p>When a file in this section depends on other files, those files are included. The files also contain all of the include statements necessary for compilation. For some ADTs, you must complete the definitions of constants and types before you use them.</p></dd>
</ul><br>
This source code includes all corrections that appear on the book's <a href="http://www.cs.uri.edu/~carrano/WMcpp4e/">errata page</a> as of June 1, 2004. If you find others, please <a href="mailto:carrano@acm.org"> email</a> them. 
<p>Thanks!
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -