20 ms·
Interesting approach, this is how I do it: cc -std=c++14 No preprocessor necessary! Also it checks the type of both arguments.
by crystalgiver 11y ago
Interesting approach, this is how I do it:
cc -std=c++14
No preprocessor necessary! Also it checks the type of both arguments.
- ambrop7 11y agoIndeed. No need to use "complex" features like RAII/RTTI/exceptions. Generally, I see features like classes, overloading and templates as "compatible" with C-style coding.