TECH
Home
PHP
X
X
X
C++
COUNTED METHOD
META PROGRAMMİNG
THE POLICY CLONE IDIOM
X
X
X
TECH
C++
Fun with Lambdas: C++14 Style
Fun with Lambdas: C++14 Style
7:52:00 PM
Unknown
0 Comments
A
+
a
-
I am presenting at the SF Bay Area Association of C/C++ Users (ACCU)
meetup
on Wed, Mar 12th. Topic: Fun with Lambdas: C++14 Style. Slides and the blog will be available here so stay tuned.
Twitter
Facebook
Google
Tumblr
Pinterest
Unknown
Newer Post
Home
Older Post
Subscribe to:
Post Comments (Atom)
About
Follow Us
Popular Posts
Perfect Forwarding of Parameter Groups in C++11
C++11 offers a great new feature called Perfect Forwarding , which is enabled via the use of rvalue references. Perfect forwarding allows a...
Installation
PHP DataGrid - Step by Step. NE W INSTALLATION (for version 3.x.x or above) ======================================================== Step 1....
Examples of code PHP DataGrid v.1.x.x
In datagrid.class file you can find commented lines of how to create, call and work with this class. All you need is to copy all com...
Compile-time regex matcher using constexpr
With my growing constexpr fascination, I thought of using it for something that would be really hard using template meta-programs. How about...
PHP DataGrid Version Comparison
This is a general version comparison for PHP DataGrid class: Ver. 1.x.x Ver. 2.x.x Ver. 3.x.x Ver. 4.x.x CSS emb.templates Yes Yes Yes Y...
The singleton universe!
Singleton pattern appears to be very easy to understand because in its simplest form it can be implemented in minutes with the help of well ...
destructors and exceptions
This is a small part of the discussion going on writing exception safe code in C++ especially for large C++ programs such as ACE/TAO library...
PHP DataGrid v.1.x.x
-------------------------------------------------------------- To download version 1.1.1 click here . This version changes: - fixed bugs i...
return void
I thought it would be interesting to discuss a subtle C/C++ interview question I learned recently. Question is deceptively simple: "Can...
Return value optimization
In C++, writing a function with a compound return statement like this const Rational function (void) { .... return Rational (a,b); //...
Subscribe
Labels
"Counted Method Chaining" "Template Meta-programming"
C++
meta-programming constexpr performance
PHP
policy clone idiom "policy-based class design"
traits compile-time algorithm selection templates
Pinterest
Labels
"Counted Method Chaining" "Template Meta-programming"
C++
meta-programming constexpr performance
PHP
policy clone idiom "policy-based class design"
traits compile-time algorithm selection templates