|
C++ Concepts
In C++ there are some concepts that I think a programmer should know about. I want to know about them, too.
Concepts that I have seen here on the forums are binary trees, stacks, queues, and many more. The problem is, that my books do not offer some information around these concepts, at least not about all of them. I would like to know if there is a good online reference about these things, that explains what they are, in what sorts of things they are commonly used, and possibly show some C++ examples of some of those things? Or perhaps, you could provide me with information on how to get started making basic classes or test programs using these concepts?
P.S. Yes, I know, that is the work of our proffessors in the University, but don't let me get started about the education system here in Greece-especially on programming lessons.
|