I have been using "programming principles and practice" by Bjarne Stroustrup (the author of c++)
I was doing fine, until all of a sudden, in chapter 5 (where he begins explaining errors) i think, he introduced a lot of strange functions.
and error(), cerr<<, get{}, try{}.... were part of them. He never explained these functions.
And even more confusing in chapter 6 where he begins to explain a calculator.
He introduced "Tokens". i searched the net, dont seem to find anything about tokens.
Anyone else used this book?
It was suggested on almost every site i checked before i started.
I think im lost. But i just keep reading on with hope its explained later on and i get a grasp of what hes doing.