I've been trying to pick up C++ and I have an old textbook a professor gave me awhile ago. The book was published in 1998 and I've been reading through it.
The first area that I ran into problems was in the graphic section. The textbook says to use the following library.
#include <graphics.h>
This didn't work with the system I'm on so I did some research. I found out that the library is very outdated and not used anymore.
So the problem I'm facing is whether or not to keep trying to learn from the textbook or switch to an online tutorial, or even buy a brand new textbook.
I really prefer to learn from physical media, like textbooks, as opposed to learning from a web page.
Am I going to have many more problems if I continue trying to learn from the textbook? If so, what are they?
Also, what are your opinion on keep the textbook or just tossing it?