- Topic: This week we talked about include files, strings, and IO streams.
- Topic: Include files, strings, stream I-O.
- Topic: We talked about strings, include files, I-O streams. We did talk the importance between strings, characters and character arrays.
- Topic: We talked about header files, character arrays, strings, streams (fstream, istream, ostream).
Question: Does the program written in HP will compile in our machine?
One minute response: If you write using only standard C++ features and you're careful about the implementation dependent parts, yes, your program should.
- Topic: Include files, introduction to strings, stream I/O.
- Topic: We talked about strings, I-O streams, include files.
Question: How do I restart reading the data if I hit a eof() in for any reason, like from a socket?
One minute response: If a stream is attached to a data source that allows random access, you can use the .seekf()
(seek-get) member function. However, sockets aren't random-access devices.
- Topic: Today we covered streams - input and output. Tuesday, we talked about a bunch of other stuff...that's why I keep a notebook.
- Topic: We talked about streams, strings, why we shouldn't use character arrays, about eos.
- Topic: We talked about streams, stream I-O, text file inclusion and why character arrays are bad and strings good. Also discussed/answered one of the assignment questions.
- Topic: We discussed today iostreams, last week on strings and include. We discussed about how to use include files. Project Doubts on Assignment 1 and revised how to pass this course.
- Topic: Strings, streams, STL, SaferSTL, C++ Coding Style.
- Topic: We spoke about streams, strings and introduction to the [?].
Question: What are streams?
One minute response: A sequence of elements.