www.delorie.com/archives/browse.cgi   search  
Mail Archives: djgpp/1996/08/13/16:45:38

Xref: news2.mv.net comp.os.msdos.djgpp:7204
From: Wolfram Brenig <brenig>
Newsgroups: comp.os.msdos.djgpp
Subject: Re: Standard C++ Library? I give up!..Dont !!
Date: 13 Aug 1996 11:27:31 GMT
Organization: Institute of Theoretical Physics, University of Cologne, Germany
Lines: 28
Message-ID: <4upor3$mhc@news.rrz.uni-koeln.de>
References: <Pine DOT SUN DOT 3 DOT 91 DOT 960808092734 DOT 19168J-100000 AT is> <4up7pd$ll5 AT jaxnet DOT southeast DOT net>
NNTP-Posting-Host: sun17.thp.uni-koeln.de
Mime-Version: 1.0
To: edkiser AT jaxnet DOT com
DJ-Gateway: from newsgroup comp.os.msdos.djgpp

C'mon you are not serious about this question ?!

If you are *really* that heavy into C++ programming, then why don't you just
check for **proper basic syntax** before complaining about GCC's FAQ and STL
and all that.

To be specific: in the code snippet of your mail of Tue, 6 Aug 1996 you have
this line saying

  for (vec::iterator ii=v.begin(), ii!=v.end(); ii++)

This is *simply wrong*, and, as I have checked, it exactly produces all of 
your errors upon compilation. The correct one is

  for (vec::iterator ii=v.begin(); ii!=v.end(); ii++)

Now, ... did you find the little difference .... And btw. with this major
reconstruction, ;-) , your program compiles and works just fine.


________________________________________________________________________
Wolfram Brenig                    | Tel:   +49-(0)-221-470-4309 (office)
Universitaet zu Koeln             |                       -3479 (secr.)
Institut fuer Theoretische Physik |
Zuelpicher Str. 77                | FAX:   +49-(0)-221-470-5159 
50937 Koeln                       | Email: brenig AT thp DOT uni-koeln DOT de
GERMANY                           |

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019