What are Operators and inline? I've read and typed the first 2 examples of operators from the book im reading. The author isnt explaining it very clearly to me. And doesnt go over much stuff in the examples. He brought in new stuff which was inline and operators. The operator is what the chapter is about. All I know about operators is that they're for objects i think. He didnt go over what inline is. If you could help me for how the problem below uses inline and operator, thatd be great. Also another thing, i see in the it says friend ostream& operator<<(ostream& os, const Critter& aCritter);. Do you not have to put string or int etx in front of os? I dont believe i made it a variable through out the whole code.