User profile: Yoni Revah

User info
User name:Yoni Revah
History
Joined:
Number of posts:7
Latest posts:

Question about iterators
[quote]address of cp[1] is cp+1 or &(cp[1]) &cp1 is the address of the pointer cp1.[/quote] That m...

Question about iterators
Thanks for the answer by the way. I wrote a bunch of code that would help me understand what was goi...

Question about iterators
I'm learning about iterators and operator precedence but I've run into this confusing problem. I can...

HELP w/ I/O Streams
Couldn't you use getline and then iterate through the string to retrieve each charater?

Parsing through large data sets
Yes, it would fit in memory. Does it make sense then to use the IO library and put all that data int...