Explore >> Select a destination


You are here

www.cppstories.com
| | cppstories.com
2.5 parsecs away

Travel
| | The C++ Standard Library: A Tutorial and Reference (2nd Edition) by Nicolai M. Josuttis We are still waiting for some more books about new C++ standard. Fortunately for us, some authors managed to write books even before C++11 is well "domesticated". One of such examples is the book mentioned in the title of this post.
| | bettythomasonowens.com
15.6 parsecs away

Travel
| | My tenth novel--Open Water, Book Two of the HomeFound Suspense series--will be released March 12, 2024. You can preorder it right now. Preorder Open Water As much as Lisa Oliver wanted to believe that she could be safe in the small Kentucky village, she knew that wouldn't be the case when Agent Farrow's car pulled...
| | cppstories.com
3.1 parsecs away

Travel
| | Include Guards, Pragma Once, Predeclarations and other hints that might be useful when dealing with includes. What can we do with file including in C++? Do we need to put all the other header files of the project (plus third party libraries) in every file all the time? For sure there have to be some rules to manage that issue properly.
| | www.bfilipek.com
48.1 parsecs away

Travel
| Variadic Templates from C++11 is probably not a feature that you use on a daily basis. But recently, I've come across one refactoring example where I've decided to give a try and apply variadics. Intro When I was doing some work in some old UI code I've noticed several similar lines of code that looked like that: