C++Quincy99jidaima

所属分类:编译器/解释器
开发工具:C++
文件大小:34217KB
下载次数:14
上传日期:2008-07-20 11:32:32
上 传 者chunoo
说明:  c++编程宝典源码及Quincy99编译器 是《标准C++编程宝典》电子工业出版社的光盘
(c++ programming Baodian Quincy99 source and compiler is )

文件列表:
c++编程宝典\Autorun.inf (27, 1996-05-25)
c++编程宝典\html\Mingw32\ANNOUNCE.TXT (4713, 1999-11-08)
c++编程宝典\html\Mingw32\as_1.html (22637, 1999-03-16)
c++编程宝典\html\Mingw32\as_10.html (6230, 1999-03-16)
c++编程宝典\html\Mingw32\as_11.html (5700, 1999-03-16)
c++编程宝典\html\Mingw32\as_12.html (10264, 1999-03-16)
c++编程宝典\html\Mingw32\as_13.html (11446, 1999-03-16)
c++编程宝典\html\Mingw32\as_14.html (13854, 1999-03-16)
c++编程宝典\html\Mingw32\as_15.html (10657, 1999-03-16)
c++编程宝典\html\Mingw32\as_16.html (12363, 1999-03-16)
c++编程宝典\html\Mingw32\as_17.html (21575, 1999-03-16)
c++编程宝典\html\Mingw32\as_18.html (10264, 1999-03-16)
c++编程宝典\html\Mingw32\as_19.html (19710, 1999-03-16)
c++编程宝典\html\Mingw32\as_2.html (17933, 1999-03-16)
c++编程宝典\html\Mingw32\as_20.html (11357, 1999-03-16)
c++编程宝典\html\Mingw32\as_21.html (10002, 1999-03-16)
c++编程宝典\html\Mingw32\as_22.html (6540, 1999-03-16)
c++编程宝典\html\Mingw32\as_23.html (16074, 1999-03-16)
c++编程宝典\html\Mingw32\as_24.html (12721, 1999-03-16)
c++编程宝典\html\Mingw32\as_25.html (10623, 1999-03-16)
c++编程宝典\html\Mingw32\as_26.html (9074, 1999-03-16)
c++编程宝典\html\Mingw32\as_27.html (5515, 1999-03-16)
c++编程宝典\html\Mingw32\as_28.html (58350, 1999-03-16)
c++编程宝典\html\Mingw32\as_3.html (19574, 1999-03-16)
c++编程宝典\html\Mingw32\as_4.html (14832, 1999-03-16)
c++编程宝典\html\Mingw32\as_5.html (11701, 1999-03-16)
c++编程宝典\html\Mingw32\as_6.html (6622, 1999-03-16)
c++编程宝典\html\Mingw32\as_7.html (67446, 1999-03-16)
c++编程宝典\html\Mingw32\as_8.html (2831, 1999-03-16)
c++编程宝典\html\Mingw32\as_9.html (2855, 1999-03-16)
c++编程宝典\html\Mingw32\as_foot.html (573, 1999-03-16)
c++编程宝典\html\Mingw32\as_toc.html (1281, 1999-03-16)
c++编程宝典\html\Mingw32\binutils_1.html (19001, 1999-03-16)
c++编程宝典\html\Mingw32\binutils_10.html (3863, 1999-03-16)
c++编程宝典\html\Mingw32\binutils_11.html (3781, 1999-03-16)
c++编程宝典\html\Mingw32\binutils_12.html (4203, 1999-03-16)
c++编程宝典\html\Mingw32\binutils_13.html (6426, 1999-03-16)
c++编程宝典\html\Mingw32\binutils_14.html (11740, 1999-03-16)
c++编程宝典\html\Mingw32\binutils_15.html (3956, 1999-03-16)
c++编程宝典\html\Mingw32\binutils_16.html (7525, 1999-03-16)
... ...

Standard C++ Bible Companion CD-ROM March, 2000 Al Stevens astevens@ddj.com Clayton Walnum cwalnum@claytonwalnum.com ---------------- Installation ------------------ If you have a previous version of Quincy from Teach Yourself C++, from the Al Stevens Cram Course on C/C++ CD-ROM, or one that you downloaded from the Internet, uninstall that version before installing this one. Run Setup from the root directory of the CD-ROM or let the AutoStart feature run it for you. Follow the instructions on the screen. If you choose not to install example source code, you cannot modify or compile any of the example programs. You need to install example source code in order to compile and run them with Quincy 99. If you choose to install example source code files, you must compile each example program before you can run it. Trying to run a program automatically generates a prompt asking if you want to compile it first. Read the Help file from within Quincy or double-click the quincy99.htm icon on the CD-ROM's root directory to learn how to compile and execute programs. If you choose not to install the compiler or the IDE, Quincy launches them from the CD-ROM. This option saves hard drive space but adds execution time to building programs. In all cases, if you chose not to install something, you should reload the CD-ROM in the same drive from which you installed it whenever you restart Quincy 99. ----- The Experimental Standard C++ Library ------ The CD-ROM includes a copy of an experimental Standard C++ Library, which is still under development as an Open Source project. The library is installed on the CD-ROM in the subdirectory Quincy99\libstdc++. Most of the tutorial example programs are configured to use the older C++ library, which emulates as closely as possible the Standard C++ Library. We stayed with the older library simply because it is reliable and because compile and link times are much faster. Some example programs depend on features not supported by versions of the library that predate the publication of the ISO/ANSI C++ Standard in 19***. The book's text identifies the programs for which you need a newer library. We're developing this CD-ROM while the book's contents are completed and the book is in production. Since the newer library has become available, we decided to include it. Quincy 99 includes a command option on the Tools menu to enable compiling and linking with the experimental library, and the integrated tutorial automatically enables that option for those example programs. You can enable that option when you compile other programs if you want to experiment, but be aware that when you load programs by using Quincy's integrated tutorial Example Programs dialog, the option is reset to the default for the particular example program. If you use Quincy independent of the integrated tutorial, the option retains its most recent setting. You will observe that some programs do not compile with either library. These programs use features not yet implemented in the experimental library. Other programs compile but produce unexpected or incorrect output. These programs use features that are not fully implemented in the experimental library or that have bugs in the library's implementation. As newer versions of the compiler, its libraries, and Quincy 99 become available, we will post announcements and instructions for downloading and upgrading on http://www.midifitz.com/alstevens/quincy99.

近期下载者

相关文件


收藏者