[emuch.net][1463663]C++Primer(完整资料整合)

所属分类:Windows编程
开发工具:Visual C++
文件大小:26129KB
下载次数:1
上传日期:2017-10-22 14:25:03
上 传 者5692199
说明:  C++类别图书的书籍,主要讲述C++编程容器的知识点,非常经典
(C++ category books books, mainly about the C++ programming container knowledge, very classic)

文件列表:
C++ Primer (完整资料整合)\C Primer中文版(第4版)学习笔记2.doc (15590912, 2012-09-23)
C++ Primer (完整资料整合)\C++ Primer 4th 中英文.chm (1782257, 2009-04-29)
C++ Primer (完整资料整合)\C++Primer 4th 中文版.pdf (4638294, 2012-09-23)
C++ Primer (完整资料整合)\C++Primer 习题解答.doc (2990048, 2012-09-23)
C++ Primer (完整资料整合)\C++Primer中文版(第四版)学习笔记1.txt (26971, 2012-09-23)
C++ Primer (完整资料整合)\C++_Primer 4th习题解答.pdf (6662658, 2008-12-04)
C++ Primer (完整资料整合)\源码\1\add.cpp (1666, 2005-02-09)
C++ Primer (完整资料整合)\源码\1\add_item.cpp (1555, 2005-02-09)
C++ Primer (完整资料整合)\源码\1\add_item2.cpp (1782, 2005-02-09)
C++ Primer (完整资料整合)\源码\1\avg_price.cpp (2191, 2005-02-09)
C++ Primer (完整资料整合)\源码\1\count.cpp (1999, 2005-02-09)
C++ Primer (完整资料整合)\源码\1\data\add (6, 2005-02-01)
C++ Primer (完整资料整合)\源码\1\data\add_item (46, 2005-02-01)
C++ Primer (完整资料整合)\源码\1\data\book_sales (234, 2005-02-01)
C++ Primer (完整资料整合)\源码\1\data\mysum (9, 2005-02-01)
C++ Primer (完整资料整合)\源码\1\forcount.cpp (1624, 2005-02-09)
C++ Primer (完整资料整合)\源码\1\for_ex.cpp (1476, 2005-02-09)
C++ Primer (完整资料整合)\源码\1\item_io.cpp (1614, 2005-02-09)
C++ Primer (完整资料整合)\源码\1\main_only.cpp (1341, 2005-02-09)
C++ Primer (完整资料整合)\源码\1\makefile (389, 2005-02-01)
C++ Primer (完整资料整合)\源码\1\mysum.cpp (1592, 2005-02-09)
C++ Primer (完整资料整合)\源码\1\runpgms.bat (275, 2005-03-01)
C++ Primer (完整资料整合)\源码\1\Sales_item.h (4350, 2005-02-09)
C++ Primer (完整资料整合)\源码\1\userforcount.cpp (1963, 2005-02-09)
C++ Primer (完整资料整合)\源码\1\whilecount.cpp (1665, 2005-02-09)
C++ Primer (完整资料整合)\源码\10\3ed_query.cpp (10369, 2005-02-09)
C++ Primer (完整资料整合)\源码\10\3ed_query.h (4422, 2005-02-09)
C++ Primer (完整资料整合)\源码\10\3ed_querymain.cpp (3703, 2005-02-09)
C++ Primer (完整资料整合)\源码\10\assoc_preamble.h (1764, 2005-02-09)
C++ Primer (完整资料整合)\源码\10\data\Alice_story (366, 2005-02-01)
C++ Primer (完整资料整合)\源码\10\data\remove_words (12, 2005-02-01)
C++ Primer (完整资料整合)\源码\10\data\trans-map (98, 2005-02-01)
C++ Primer (完整资料整合)\源码\10\data\trans-text (54, 2005-02-01)
C++ Primer (完整资料整合)\源码\10\erasemap.cpp (2134, 2005-02-09)
C++ Primer (完整资料整合)\源码\10\exclusion_set (126, 2005-03-01)
C++ Primer (完整资料整合)\源码\10\makefile (1269, 2005-03-01)
C++ Primer (完整资料整合)\源码\10\multimap.cpp (3325, 2005-02-09)
C++ Primer (完整资料整合)\源码\10\querymain.cpp (3493, 2005-02-09)
... ...

Each of the subdirectories in this directory contains files corresponding to the complete programs and many of the program fragments shown in the related chapter. BUILDING EXECUTABLES -------------------- We provide two different source code distributions: One that works with Microsoft Visual Studio .Net compiler and the other that works with the GNU compiler. The source code in these two versions are largely the same, although there are some programs in later chapters that had to be changed to accommodate limitations in MS handling of nested templates. Each version of the source code contains a general makefile_template in the top-level directory and directory-specific makefiles in each chapter subdirectory. The makefiles are fairly simple and we have provided comments in the hope that even those who are not familiar with makefiles can understand how to compile these programs by hand if so desired. In the top level directory there is a makefile that will make the entire source tree -- it does a cd, in turn, to each subdirectory and makes the executables in that directory. The top level makefile also has targets "clean" and "clobber" to remove the object files or object and executable file respectively. To use make on a Windows operating system you invoke the command name "nmake": ## Windows machines > nmake # compiles all the programs > nmake clean # removes all the object files and stackdumps > nmake clobber # removes executable, object and stackdump files INPUT and OUTPUT ---------------- Because not all of the programs are complete, many of them do not generate "sensible" output, but instead often print some detail about the internal state of the program. To understand the output, you will have to understand the program. This is intentional. The input, if any, to these programs varies: Some programs print a prompt and wait for input on the standard input Other programs read the standard input but do not print a prompt Others take one or more arguments specifying a file name to read Yet others take a file name argument and read the standard input Each chapter subdirectory contains a README that explains the input, if any, expected by each executable file. RUNNING THE PROGRAMS -------------------- Each directory contains a simple batch file named "runpgms.bat" that runs the executables made in that directory. Note that on some systems, the default setting for the PATH variable does not include the current directory. So, for example, if you try to execute add_item
近期下载者

相关文件


收藏者