Apr 7, 2017 at 9:19am
thanks Fguy :)
I will have a look at this
Apr 7, 2017 at 1:30pm
Note that it is very old (1995) - pre any of the C++ standards (C++98, C++2003, C++2011, C++2014, c++2017)
It has things like void main() for instance, and char arrays because it was before std namespace and std::string.
So basically it is that far out of date it is fairly useless IMO. Probably better off reading the tutorial on this site.
Apr 7, 2017 at 1:47pm
That one slipped by me. Thanks for pointing that out. I try to avoid stuff that old.