Thread: C++ Concepts
View Single Post
Old Nov 30th, 2006, 3:28 AM   #1
Soulstorm
Hobbyist Programmer
 
Soulstorm's Avatar
 
Join Date: Jan 2006
Location: Menidi, Athens, Greece
Posts: 239
Rep Power: 3 Soulstorm is on a distinguished road
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.
__________________
Project::Soulstorm (personal homepage)
Soulstorm is offline   Reply With Quote