Click here to Skip to main content
15,919,178 members
Home / Discussions / ATL / WTL / STL
   

ATL / WTL / STL

 
Generaloutlook express configuration Pin
naradaji6-Feb-03 5:25
naradaji6-Feb-03 5:25 
GeneralRe: outlook express configuration Pin
Michael Dunn6-Feb-03 9:43
sitebuilderMichael Dunn6-Feb-03 9:43 
GeneralRe: outlook express configuration Pin
naradaji6-Feb-03 21:13
naradaji6-Feb-03 21:13 
GeneralRe: outlook express configuration Pin
Michael Dunn8-Feb-03 19:09
sitebuilderMichael Dunn8-Feb-03 19:09 
GeneralRe: outlook express configuration Pin
naradaji9-Feb-03 21:22
naradaji9-Feb-03 21:22 
GeneralProblems connecting DWebBrowserEvents2 Pin
Xavyer5-Feb-03 22:43
Xavyer5-Feb-03 22:43 
GeneralQuestion about input iterator. Pin
George25-Feb-03 21:34
George25-Feb-03 21:34 
GeneralRe: Question about input iterator. Pin
Joaquín M López Muñoz5-Feb-03 22:38
Joaquín M López Muñoz5-Feb-03 22:38 
Note: For two input iterators a and b, a == b implies *a == *b.

This is just false. The only requisite about == for input iterators is that it should be an equivalence relation.

both are end-of-stream iterators and this can no longer be read, or
both can read and use the same stream.


This is absolutely right.

Another question, "input iterators" is different from "istream iterators"?

No, an istream_iterator is an input iterator, but an input iterator is not necessarily an istream_iterator (for instance, a pointer is an input iterator).

Joaquín M López Muñoz
Telefónica, Investigación y Desarrollo
GeneralRe: Question about input iterator. Pin
George26-Feb-03 0:03
George26-Feb-03 0:03 
GeneralRe: Question about input iterator. Pin
Joaquín M López Muñoz6-Feb-03 7:01
Joaquín M López Muñoz6-Feb-03 7:01 
GeneralRe: Question about input iterator. Pin
George26-Feb-03 15:22
George26-Feb-03 15:22 
GeneralRe: Question about input iterator. Pin
Joaquín M López Muñoz6-Feb-03 19:48
Joaquín M López Muñoz6-Feb-03 19:48 
GeneralRe: Question about input iterator. Pin
George27-Feb-03 2:52
George27-Feb-03 2:52 
GeneralTab Control quick hiding Pin
Leo Smith5-Feb-03 11:59
Leo Smith5-Feb-03 11:59 
GeneralRe: Tab Control quick hiding Pin
Ben Burnett7-Feb-03 13:37
Ben Burnett7-Feb-03 13:37 
GeneralQuestion about output iterator. Pin
George25-Feb-03 3:16
George25-Feb-03 3:16 
GeneralRe: Question about output iterator. Pin
Joaquín M López Muñoz5-Feb-03 8:01
Joaquín M López Muñoz5-Feb-03 8:01 
GeneralRe: Question about output iterator. Pin
George25-Feb-03 19:58
George25-Feb-03 19:58 
GeneralRe: Question about output iterator. Pin
Joaquín M López Muñoz5-Feb-03 22:40
Joaquín M López Muñoz5-Feb-03 22:40 
GeneralRe: Question about output iterator. Pin
George25-Feb-03 23:53
George25-Feb-03 23:53 
GeneralRe: Question about output iterator. Pin
George27-Feb-03 4:54
George27-Feb-03 4:54 
GeneralQuestion about input iterator on the same input stream. Pin
George24-Feb-03 19:26
George24-Feb-03 19:26 
GeneralRe: Question about input iterator on the same input stream. Pin
Joaquín M López Muñoz4-Feb-03 20:14
Joaquín M López Muñoz4-Feb-03 20:14 
GeneralRe: Question about input iterator on the same input stream. Pin
George25-Feb-03 1:17
George25-Feb-03 1:17 
GeneralQuestion about copy algorithm of STL. Pin
George24-Feb-03 19:23
George24-Feb-03 19:23 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.