Howdy
Guys, I'm looking for some projects which have been written by C++ but couldn't find many projects so far, then created this topic to share our projects.
Please note that there is many projects on the net which have been written by C++ but there is not many points about OOP in them. e.g. here is an example what I'm talking about:
https://www.quora.com/What-are-s...
As you see, these are not so good for learning OOP. These are just some simple examples/problems.
Please note that I'm looking for project not example/practice/examine/problem because a project is full of points(or at least I'm searching for those which there are many points about OOP in them) and generally a/n example/practice/examine/problem is to learn a point of C++ and there is no many points in them (like example of books).
I'm insisting on OOP. I know how to define "class" or such stuff, but do not know where and when to use them, when and where to define several objects or one object, when and where define data objects or functions as a member of Class or an ordinary one and such questions. you know, writing code in an OOP way is different than a non-OOP way.
I just found two projects/articles which seems are very well to learn something about OOP. here is the links:
https://www.codeproject.com/Arti...
And:
https://github.com/andysworkshop...
Haven't read them yet but these appear to be good.
Any suggestion/project would be appreciated.
Thank you