I created a repository for the source code. It's on GitHub and has the name ModernesCppSource:
https://github.com/RainerGrimm/ModernesCppSource.git
This repository includes also the English examples from my German blog http://www.grimm-jaud.de/index.php/blog. The posts will follow.
The names of the files in the repo corresponds to the name of the files used in the examples of the posts. You can find the name of the file in the first line on the examples.
Example
To find the source code in the repo, look at the header of the source file in the post.
1
2
3
4
5
6
7
|
// Modernes.cpp
#include <iostream>
int main(){
std::cout << "ModernesCpp.com" << std::endl;
}
|
So there is a file Modernes.cpp in the source directory of the GitHub Repo ModernesCppSource.

Go to Leanpub/cpplibrary "What every professional C++ programmer should know about the C++ standard library". Get your e-book.
Comments
keep it up all the time.
RSS feed for comments to this post