DEV Community

Discussion on: Templates in C

Collapse
 
tux0r profile image
tux0r

If you're using C++ anyway, why do you need a C library to imitate a C++ standard feature? ;-)

Collapse
 
noah11012 profile image
Noah11012

For my series, Using SDL2, we do use standard C++. However, for projects that require only C then this might be something that is practical for use.

Collapse
 
tux0r profile image
tux0r

You have a point. Thank you for your series. SDL is among the techniques I haven't taken a look at just yet.