Explore >> Select a destination


You are here

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

Travel
| | Recently, I've found somethinginterestingin Visual Studio that improved my Logger! I had a function called AddMsg /** appends message to the log file */ void AddMsg(LOG_MODE m, int level, char* strModule, char *strMsg, ...); But, when you wanted to add a comment you needed to use quite complicated and long syntnax, like:
| | www.cppstories.com
0.0 parsecs away

Travel
| | What do you do when the code for a variable initialization is complicated? Do you move it to another method or write inside the current scope? In this blog post, I'd like to present a trick that allows computing a value for a variable, even a const variable, with a compact notation.
| | quuxplusone.github.io
5.9 parsecs away

Travel
| | Today I learned yet another way to generate accidentally dangling references with C++2a Coroutines.
| | stackchief.com
40.4 parsecs away

Travel
| What software engineers need to know about Java 17 including new features, deprecated features, and removed functionality.