Hacker News
- Templating in C http://blog.pkh.me/p/20-templating-in-c.html 53 comments
- Using the C preprocessor as an HTML templating engine https://github.com/cedric-h/c-website 31 comments
- The C++ preprocessor doesn’t understand anything about C++, including templates https://devblogs.microsoft.com/oldnewthing/20200508-52/?p=103735 33 comments
- Templates in C https://www.davidpriver.com/ctemplates.html 13 comments programming
- Question about templates [c++] https://www.reddit.com/r/learnprogramming/comments/7vz7tq/question_about_templates_c/ 6 comments learnprogramming
- C++17 in details: Templates http://www.bfilipek.com/2017/06/cpp17-details-templates.html 8 comments programming
- C++-201x Variadic Templates http://insanecoding.blogspot.com/2010/03/c-201x-variadic-templates.html 6 comments cpp
- [C++] Template variables and template classes. Do we have to have a template class to use a template variable? https://www.reddit.com/r/learnprogramming/comments/6u8b3t/c_template_variables_and_template_classes_do_we/ 6 comments learnprogramming
- Modern C++: Variadic template parameters and tuples http://www.murrayc.com/permalink/2015/12/05/modern-c-variadic-template-parameters-and-tuples/ 5 comments cpp
- Interfacing Lua with Templates in C++11 http://www.jeremyong.com/blog/2014/01/10/interfacing-lua-with-templates-in-c-plus-plus-11/ 24 comments cpp
- Did you pack that yourself? On expanding C++11 variadic template packs http://lanzkron.wordpress.com/2011/11/05/did-you-pack-that-yourself/ 33 comments programming
- Simplify template code with fewer typename in C++20 https://www.cppstories.com/2022/less-typename-cpp20/ 8 comments cpp
- Expressive C++: Why Template Errors Suck and What You Can Do About It http://cpp-next.com/archive/2010/09/expressive-c-why-template-errors-suck-and-what-you-can-do-about-it/ 3 comments cpp
- So how do people implement variable-argument-number templates in C++? Um... wow. http://libsigc.sourceforge.net/libsigc2/docs/reference/html/group__mem__fun.html 40 comments programming
- C++ Template Story So Far : C++11 to C++20 http://www.vishalchovatiya.com/c-template-a-quick-uptodate-look/ 6 comments cpp
- C++'14 For Systems Metaprogramming: An Example Template Library https://github.com/asa1976/rap-btl/blob/master/example.cpp 9 comments programming
- C++: Meta-template Programming 2.0 http://codeofthedamned.com/index.php/c-meta-template-programming-2 9 comments cpp
- Using C++0x Variadic Templates to Pretty-Print Types http://mlangc.wordpress.com/2010/04/18/using-c0x-variadic-templates-to-pretty-print-types/ 35 comments programming
- in_template [c++20/GCC] constexpr bool function returning true if called in a template context https://godbolt.org/z/jxjn55 18 comments cpp
- Crashing clang in 52 bytes: template<class>struct a;a<typename b::template c<>> https://godbolt.org/z/ZrFCcY 71 comments cpp
- My GTemplate - A Simple feature rich GTK3/GTK4 Application template in C https://www.sadiqpk.org/projects/my-gtemplate.html 5 comments linux
- Templates as first-class citizens in C++11 http://vitiy.info/templates-as-first-class-citizens-in-cpp11/ 24 comments cpp
- Shsub: A Shell Template Engine Written in C, with Code Explained Step by Step https://github.com/dongyx/shsub 7 comments c_programming
- Using a constexpr std::array as a list of non-template type parameters in C++20 https://www.reddit.com/r/cpp/comments/j25xgn/using_a_constexpr_stdarray_as_a_list_of/ 19 comments cpp
- Literal Classes as Non-type Template Parameters in C++20 https://blog.keha.dev/posts/cpp20-class-as-non-type-template-param/ 20 comments cpp
- The Template Insertion Pattern (C++) - First time submitting a blog post, feedback appreciated! https://www.alexdenford.com/single-post/2019/05/19/the-template-insertion-pattern-c 9 comments cpp
- Template meta-programming in C vs opaque pointer http://www.embedded.com/design/programming-languages-and-tools/4443209/template-meta-programming-in-c-vs-opaque-pointer 26 comments programming
- A nice C++17 feature that is being overlooked: familiar template syntax for deduced lambdas! https://www.reddit.com/r/cpp/comments/5irdg1/a_nice_c17_feature_that_is_being_overlooked/ 17 comments cpp
- `zip` implementation in C++11. C&c welcome. First time trying things using non-trivial template programming. https://gist.github.com/rubdos/c4e7f1302070f377cb978dec6472764f 15 comments cpp
- An introduction to C++'s variadic templates: a thread-safe multi-type map https://jguegant.github.io/blogs/tech/thread-safe-multi-type-map.html 5 comments cpp
- C++: Polymorphic cloning and the CRTP (Curiously Recurring Template Pattern) http://katyscode.wordpress.com/2013/08/22/c-polymorphic-cloning-and-the-crtp-curiously-recurring-template-pattern/ 5 comments cpp
- Comparing C++11's constexpr to template meta-programming http://cpptruths.blogspot.com/2011/07/want-speed-use-constexpr-meta.html 13 comments programming
- Designated initializers, String literals as template parameters, constexpr containers, and other lesser known features of C++20 https://humanreadablemag.com/issues/3/articles/cpp20-the-unspoken-features 16 comments programming
- Productivity Improvements for C++: New Default Semantic Colorization, Template Argument Filtering and IntelliCode On-By-Default https://devblogs.microsoft.com/cppblog/productivity-improvements-for-c-new-default-colorization-template-argument-filtering-in-call-stack-window-and-intellicode-on-by-default/ 23 comments cpp
- [C#] [php] Simple business automation problem: populate .xlsx template fields with values pulled from REST API endpoint. https://knowledgecenter.zuora.com/BC_Developers/REST_API/B_REST_API_reference/Transactions/GET_invoices 3 comments learnprogramming
- Using C++11 variadic templates to create a type-safe and injection-safe database interface: part 2 http://brskari.wordpress.com/2013/07/31/using-c11-variadic-templates-to-create-a-type-safe-and-injection-safe-database-interface-part-2/ 5 comments cpp
- [C++11] Am I stupid for not knowing this was possible? Static method declarations can be used to create value typedefs from pointer-like template parameters. https://cpplinq.codeplex.com/SourceControl/latest#CppLinq/cpplinq.hpp 10 comments cpp
- Great lectures on understanding the STL: C9 Lectures: Stephan T. Lavavej - Standard Template Library (STL) C++0x http://channel9.msdn.com/shows/going+deep/c9-lectures-introduction-to-stl-with-stephan-t-lavavej/ 9 comments programming
- C++ Language Tutorial (pdf). These tutorials explain the C++ language from its basics up to the newest features of ANSI-C++, including basic concepts such as arrays or classes and advanced concepts such as polymorphism or templates. http://www.cplusplus.com/files/tutorial.pdf 24 comments programming
- FastFlow -- a skeletal multi-core programming framework [C++ template library] http://calvados.di.unipi.it/dokuwiki/doku.php?id=ffnamespace:about 5 comments cpp