Templates in C

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • darkfire
    New Member
    • Mar 2007
    • 5

    Templates in C

    Is it possible to implement function templates in C?
  • Banfa
    Recognized Expert Expert
    • Feb 2006
    • 9067

    #2
    All C++ features can be implemented in C. I believe the very first C++ compilers actually re-wrote the code as C that they then compiled using available C compilers.

    It is just a little laborious.

    Comment

    Working...