Quantcast
Channel: x += x++
Viewing all articles
Browse latest Browse all 30

A simple scheme to implement Design by Contract in C++

$
0
0
Recently I got interested in C++ again. The new lambda functions in C++ 11 open up a world of opportunities for C++ programmers. I’ll talk more about how you can write functional code in C++ 11 in upcoming posts. For now let’s look at design by contract. Design by contract is a development style promoted [...]

Viewing all articles
Browse latest Browse all 30

Trending Articles