[2] On-line sites that distribute this document
(Part of C++ FAQ Lite, Copyright © 1991-2000, Marshall Cline, cline@parashift.com)


FAQs in section [2]:


[2.1] Where's the closest mirror site to access this document?

You'll probably reduce overall 'net traffic a bit by choosing a close site:

TopBottomPrevious sectionNext section ]


[2.2] How can I get a Copy of all the HTML files of C++ FAQ Lite so I can read them Off-Line?

Here's how you can get a bundled and compressed copy of the HTML files of C++ FAQ Lite e-mailed to you:

  1. Select a format (.zip is common on Windows and the Mac, .tar.Z and .tar.gz are common on UNIX), then click the associated button below (but only click it once). You won't see a confirmation page in your Web browser (although some browsers show you an e-mail window; if so, just click "SEND"):
    If that doesn't work then send an e-mail message to cline-cpp-faq-html-zip@crynwr.com (for .zip), cline-cpp-faq-html-tarz@crynwr.com (for .tar.Z), or cline-cpp-faq-html-targz@crynwr.com (for .tar.gz) [the contents and Subject: of the email message are irrelevant].
  2. Wait a few minutes, then check your e-mail. If you don't receive an e-mail message containing the bundled FAQ, wait a while longer and check again. If you still haven't received it after waiting an entire day, something is wrong and you can send me e-mail or try again.
  3. Once you receive the FAQ in your e-mail, unpack the FAQ using the instructions contained in the associated e-mail message.

Restriction: you must still abide by the Copyright Notice and Copying Permissions. In particular, you must not redistribute C++ FAQ Lite to others without permission from the author. If you want to redistribute C++ FAQ Lite to someone else, the easiest way is to tell them about this one-click download feature, and let them get their own copy.

Restriction: the FAQ uses "long filenames." If your machine can't handle long filenames (e.g., if it's DOS and/or Windows 3.x), you cannot unpack the FAQ. UNIX, Windows NT, Windows 95, Windows 98, and Mac all handle long filenames correctly.

Note: e-mail was selected over FTP or HTTP.

TopBottomPrevious sectionNext section ]


[2.3] How can I get a Copy of all the "plaintext" files of C++ FAQ Lite so I can read them Off-Line?

The "plaintext" version of C++ FAQ Lite is posted monthly on comp.lang.c++. These simple text files are mechanically produced by stripping the HTML tags from the HTML files on www.parashift.com/c++-faq-lite/. Therefore the plaintext files aren't as pretty to look at and don't have the hyper-linked cross references, but they have basically the same information as the HTML files.

Here's how you can get a bundled and compressed copy of the plaintext files of C++ FAQ Lite e-mailed to you:

  1. Select a format (.zip is common on Windows and the Mac, .tar.Z and .tar.gz are common on UNIX), then click the associated button below (but only click it once). You won't see a confirmation page in your Web browser (although some browsers show you an e-mail window; if so, just click "SEND"):
    If that doesn't work then send an e-mail message to cline-cpp-faq-plaintext-zip@crynwr.com (for .zip), cline-cpp-faq-plaintext-tarz@crynwr.com (for .tar.Z), or cline-cpp-faq-plaintext-targz@crynwr.com (for .tar.gz) [the contents and Subject: of the email message are irrelevant].
  2. Wait a few minutes, then check your e-mail. If you don't receive an e-mail message containing the bundled FAQ, wait a while longer and check again. If you still haven't received it after waiting an entire day, something is wrong and you can send me e-mail or try again.
  3. Once you receive the FAQ in your e-mail, unpack the FAQ using the instructions contained in the associated e-mail message.

Restriction: you must still abide by the Copyright Notice and Copying Permissions. In particular, you must not redistribute C++ FAQ Lite to others without permission from the author. If you want to redistribute C++ FAQ Lite to someone else, the easiest way is to tell them about this one-click download feature, and let them get their own copy.

Note: e-mail was selected over FTP or HTTP.

TopBottomPrevious sectionNext section ]


[2.4] Why is the download via email? Why not via ftp?

Using FTP or HTTP would have a "cache coherency" problem.

Over the years I've noticed that there are a lot of out-of-date (nay, ancient) copies of C++ FAQ Lite floating around the Internet. This has caused a lot of confusion since these ancient versions often contained bugs, missed features, and generally outdated information. Not only has it caused confusion for many, it has resulted in a plethora of worthless email in my inbox. I couldn't ever seem to get "over the hump": no matter how clear I made the current version, hundreds (perhaps thousands) of people were unaware that they were reading an outdated version. That made it harder for both them and me.

By downloading the C++ FAQ Lite via email rather than ftp, I'm able to provide an extra service for people: the robot mailer (the Perl script that sends the FAQ copies to everyone) remembers which version of the FAQ each person has, and when someone's version becomes out of date, the robot will send them a courtesy email. Something like, "Your copy of the FAQ is out of date; if you want to upgrade, click here". (Note: I haven't built this feature yet; please be patient.)

The goal is to help you keep up-to-date, so you won't end up reading outdated information. And also to keep my inbox from getting flooded with questions from confused readers who are reading a copy of the FAQ written before they discovered Fire.

So please please don't send me e-mail asking for an FTP address since there isn't one. Thanks!

TopBottomPrevious sectionNext section ]


[2.5] Where can I download a Chinese translation of this on-line document? UPDATED!

[Recently updated the URL (on 7/00). Click here to go to the next FAQ in the "chain" of recent changes.]

www.cis.nctu.edu.tw/chinese/doc/research/c++/C++FAQ-Chinese/ contains a Chinese translation encoded in the "Big5" code. Note: "Big5" is a 16-bit Chinese code used mostly in Taiwan.

TopBottomPrevious sectionNext section ]


[2.6] Where can I download a Portuguese translation of this on-line document? UPDATED!

[Recently updated the URL for the Portuguese translation of the FAQ thanks to Ricardo F. de Oliveira (on 3/00). Click here to go to the next FAQ in the "chain" of recent changes.]

www.mathematica.com.br/CPPFL00.htm contains a Portuguese translation of the FAQ.

TopBottomPrevious sectionNext section ]


[2.7] Where can I download a French translation of this on-line document?

www.ifrance.com/jlecomte/c++/c++-faq-lite/ contains a French translation of the FAQ.

TopBottomPrevious sectionNext section ]


E-Mail E-mail the author
C++ FAQ LiteTable of contentsSubject indexAbout the author©Download your own copy ]
Revised Jul 10, 2000