Explore >> Select a destination


You are here

www.cppstories.com
| | www.bfilipek.com
6.0 parsecs away

Travel
| | To write a professional C++ application, you not only need a basic text editor and a compiler. You require some more tooling. In this blog post, you'll see a broad list of tools that make C++ programming possible: compilers, IDEs, debuggers and other. Last Update: 14th October 2019. Note: This is a blog post based on the White Paper created by Embarcadero, see the full paper here: C++ Ecosystem White Paper.
| | cppstories.com
3.7 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
4.0 parsecs away

Travel
| | Three weeks ago with Jonathan from Fluent C++, we announced a coding challenge: link here. Let's meet the winner and discuss some of the best solutions (Our choice is quite surprising! See why :)) First of all, I'd like to thank you all for the submissions to the challenge. The task was ambitious!
| | gpfault.net
42.2 parsecs away

Travel
|