Thread: C++ Concepts
View Single Post
Old Nov 30th, 2006, 3:39 AM   #2
Jimbo
Battle Programmer
 
Jimbo's Avatar
 
Join Date: Feb 2006
Location: Bellevue, WA, USA
Posts: 763
Rep Power: 3 Jimbo is on a distinguished road
What you listed are data structures, and can be studied/taught in almost any language. For the most part, if you google a particular data structure (or look it up on wikipedia) you can find a pretty good description of how it works, and perhaps an implementation.

Concepts that appear more specifically in C++ might be, say, the use of pointers, multiple inheritance, and templates (see also: Template metaprogramming). These are more language specific, but do show up in other languages as well. Again, you can google or otherwise look around and find information on them.
__________________
<insert disclaimer here>
<insert shameless plug for Visual Studio here>
Jimbo is offline   Reply With Quote