Help, please, with the choice of topics for coursework using classes.
Closed due to the fact that it is necessary to reformulate the question so that you can give an objectively correct answer to the participants of Kromster , pavel , cheops , user194374, aleksandr barakin 16 Aug '16 at 7:12 .
The question gives rise to endless debates and discussions based not on knowledge, but on opinions. To get an answer, rephrase your question so that it can be given an unambiguously correct answer, or delete the question altogether. If the question can be reformulated according to the rules set out in the certificate , edit it .
- In fact, OOP & C ++ is a very, very sad topic for coursework. - Vladimir Gordeev
- I was asked many times to do something like "..to design the airport model ...", "... to design the railway model ...", etc. - Jakeroid
2 answers
with the choice of topics for coursework using classes.
Go to your manager and solve the issue with him. Everything is very variable. It may be enough to write a simple application on the same Qt with the creation of your own controls. For example, try implementing a table component yourself. And you may need "code for the code." You can try to create classes for the implementation of any mathematical objects. For example, matrices, vectors, complex numbers, etc. At a minimum, you can demonstrate knowledge of the basic concepts of OOP and their implementation in C ++. At the same time, and practice with such sad things as overloading functions and operators :-) Honestly, I do not know what else to offer. The problem is that a lot has already been implemented. And so to write again ... well, it is possible, but only for the purposes of (self-) learning. And if you write something serious, then this is not a regular course, but a diploma.
Well, if the coursework in C ++ and OOP, then you need to take static polymorphism. This is very much in the subject. All this chemistry in the famous book Alexandrescu . At least a beautiful bayanchik will be.