Thread: STL for "C"
View Single Post
  #2 (permalink)  
Old 02-06-2007, 12:28 PM
WingedPanther's Avatar   
WingedPanther WingedPanther is offline
Super Moderator
 
Join Date: Jul 2006
Age: 35
Posts: 3,255
Last Blog:
wxWidgets is NOT code ...
Rep Power: 36
WingedPanther is a name known to allWingedPanther is a name known to allWingedPanther is a name known to allWingedPanther is a name known to allWingedPanther is a name known to allWingedPanther is a name known to all
Default

I'm sure they exist for C. The difficulty with C is getting the template functionality to work the same way it does in C++. I would imagine it involves a tremendous number of void pointers, etc, and is generally ugly as all get out to work with.

I've seen classes on data types taught in C, which actually implement a number of those constructs from within C.
__________________
CodeCall Blog | CodeCall Wiki | Shareware | Linux Forum
Programming is a branch of mathematics.
Reply With Quote