Website with C++ O.O.P. exercises

Apr 7, 2017 at 8:40am
Just thought I would pass this along. This site seems to have a good selection of exercises, with solutions, on Object Oriented Programming in C++

https://www.cs.purdue.edu/homes/bxd/CandC++/
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.
Topic archived. No new replies allowed.