-
Release of TeaScript 0.8.0 (for ๐FREE๐)
Show more: Release of TeaScript 0.8.0 (for ๐FREE๐)๐ฅ๐ฅ๐ฅ Available NOW!!! ๐ฅ๐ฅ๐ฅ Proudly๐ and happily๐ I am hereby announcing the first Release of the ๐TeaScript 0.8.0๐ Host Application (Standard version) available for ๐FREE๐! โโโ Try and download it here! โโโ NO INSTALLATION REQUIRED โ Just download, unpack and use it! It was a long journey since my first ideas in March until the…
-
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,…