jpluimers
I really dislike using regular expressions, mainly because every time I bump into code using them either: I cannot decipher them any more It is used for things not suites for (like parsing JSON or… … Read more
4 years ago in Delphi, Development, RegEx, Software Development0
Muminjon
C++17 has a new feature that consolidates syntactic sugar and automatic type deduction: structured bindings. This helps to assign values from tuples, pairs, and structs into individual variables. In another programming language, you can find this… … Read more
4 years ago in C++, C++ Builder, c++17, Modern C++17, RAD Studio, structured bindings0
jpluimers
A great reference on how not to code still is How To Write Unmaintainable Code Ensure a job for life 😉 Roedy Green Canadian Mind Products I am still amazed when browsing through code, how many… … Read more
4 years ago in .NET, Delphi, Development, Software Development0
TMS Software
Intro With the release of TMS WEB Core v1.6 beta yesterday (https://tmssoftware.com/site/blog.asp?post=717), we bring a whole set of new and exciting compiler features such as generics, attributes and many more. Please read the blog and… … Read more
4 years ago 0
Pabitra Dash
Substitution failure is not an error (SFINAE) refers to a situation in C++ where an invalid substitution of template parameters is not in itself an error. We’re talking here about something related to templates, template… … Read more
4 years ago in C++0
jpluimers
In the comments of [WayBack] Delphi and JSON Is there an overlay (eg in the form of a helper) for the JSON classes built into Delphi (System.JSON), which offered an interface simil… – Jacek Laskowski… … Read more
4 years ago in Delphi, Development, Software Development0
Milton Coyne
Delphi MVP Alister Christie recently launched his book entitled “Code Faster in Delphi”. Much like his YouTube Channel that aims to help aspiring programmers to program faster and better, his book comes with the same… … Read more
4 years ago in Coding, Delphi, Learn, learn delphi, object pascal, programming, Videos0