Re: Does Vector is not supported by VC++ 6.0??
In article <c05k6o$m2o$1@n ews.iucc.ac.il> ,
Michael Groys <michaelg@alzt. tau.ac.il> wrote:[color=blue]
>David Harmon wrote:[color=green]
>> Wrong, no space-filling comment required. Standard solution is
>> vector<vector<i nt> >
>>
>> Naturally, operator>> will not work there.[/color]
>
>Just inserting one space doesn't help.
>Try it if you don't believe.[/color]
You don't know what you're talking about. And you apparently are too
stubborn or arrogant to realize that you might be wrong (and in this
case you *are* wrong).
This is a known ambiguity of the standard, where any
A<B<type> > construct will only compile with the two '>' separated,
typically by whitespace. Refrain from giving advice if your own
ignorance is greater than the OP.
--
Mark Ping
emarkp@soda.CSU A.Berkeley.EDU
In article <c05k6o$m2o$1@n ews.iucc.ac.il> ,
Michael Groys <michaelg@alzt. tau.ac.il> wrote:[color=blue]
>David Harmon wrote:[color=green]
>> Wrong, no space-filling comment required. Standard solution is
>> vector<vector<i nt> >
>>
>> Naturally, operator>> will not work there.[/color]
>
>Just inserting one space doesn't help.
>Try it if you don't believe.[/color]
You don't know what you're talking about. And you apparently are too
stubborn or arrogant to realize that you might be wrong (and in this
case you *are* wrong).
This is a known ambiguity of the standard, where any
A<B<type> > construct will only compile with the two '>' separated,
typically by whitespace. Refrain from giving advice if your own
ignorance is greater than the OP.
--
Mark Ping
emarkp@soda.CSU A.Berkeley.EDU
Comment