-
Unions are almost always a bad idea.
Show more: Unions are almost always a bad idea.This post was viewed [wpstatistics stat=pagevisits time=total id=748] times. To use a classical union from C is almost always a bad idea in C++ and you should use std::variant instead. I show you why. And I also will show you in which big(!) trap I ran into myself with a union. We start with a…
-
Restructure and upcoming pre-release
Show more: Restructure and upcoming pre-releaseI finally found the time to restructure one of the main and most important section of my page: The TeaScript page. π Now it is divided in several sub-pages, also available directly in the top-right main menu. The new pages are: β― TeaScript Overview and Highlights, where a nice overview and the most impressive highlights…
-
Quick and easy way to share Visual Studio settings in Git.
Show more: Quick and easy way to share Visual Studio settings in Git.For rapid prototyping you donβt need to deal with cmake at all for can work in small groups or on different machines β the Visual Studio Property Sheets explained!
-
The best Visual Studio settings for modern C++ ?!
Show more: The best Visual Studio settings for modern C++ ?!This post was viewed [wpstatistics stat=pagevisits time=total id=528] times. Following a list of my preferred and maybe (?) best Visual Studio settings for modern C++ programming based on my experience and evaluations. Each mentioned setting will be explained with some short sentences. I will cover βReleaseβ Builds only – and I use Visual Studio 2022,…
-
Goals and planned features for TeaScript
Show more: Goals and planned features for TeaScriptInspired from Lua and ChaiScript (see blog post) but also from so many ideas which came to my mind unrelated to these 2 existing variants, I developed and created a huge number of ideas and features as well as design and architectural aspects for TeaScript. After that I was comparing other programming languages to check…