Hi
I fail to understand how the GNU software foundation fails to provide a
free downloadable library reference for C++.
If there is any, please please let me know.
How would a C++ programmer hope to understand the C++ library without it.
regards Abhijeet
Hi,
My ISP has qmail server, my local machine is configured with qmail.
If I download mails using fetchmail for my catchall account, or pop user the mail is bouncing to the sender with this message ``This message is looping: it already has my Delivered-To line. (#5.4.6) '' my /var/log/qmail/current shows me this message ``failure: This_message_is_looping:_it_already_has_my_Delivered-To_line._(#5.4.6)'' I browsed through various mailing list but couln't fix it.
I tried with dropdelivered option in fetchmailrc, but as it skips Delivered-To, my user in Bcc: list does not receive mails
I use fetchmail-5.9.0-11, qmail 1.03.
my .fetchmailrc file is, this
# .fetchmailrc poll ISPIPAddress with proto POP3 and options no dns aka myfqdn envelope "Delivered-To:" user user@ispaddress there with password 'secretpasswordforcatchall' is * here options smtphost localhost smtpaddress myfqdn forcecr
Thankx in advance Sanjeev
On Sat, 7 Sep 2002, Abhijeet Mhatre wrote:
I fail to understand how the GNU software foundation fails to provide a free downloadable library reference for C++.
GNU did not invent C++ and are not the authority on it. You could search google for a list of sites. There's also Thinking in CPP by Bruce Eckel avaialable for free download from his site. I also found this: http://www.glenmccl.com/lang.htm. For STL there's this: http://www.cs.rpi.edu/projects/STL/htdocs/stl.html and then there's this: http://www.roguewave.com/support/docs/stdref/
Note: The only authoritative source is Bjarne Stroustrup's book: The C++ Programming Language: http://www.research.att.com/~bs/3rd.html
On Sat, 7 Sep 2002 13:33:44 +0530 Abhijeet Mhatre studx@hotpop.com wrote:
I fail to understand how the GNU software foundation fails to provide a
http://gcc.gnu.org/onlinedocs/libstdc++/documentation.html
Is that what you're looking for?