Topics covering Multiparadigm programming.
Logic paradigm (LP) is a powerful, Turing-complete programming paradigm that has seen little representation in mainstream languages as compared to the Object-Oriented, Imperative and Functional paradigms. LP is an important approach in Computer Science towards what is sometimes referred to as the Holy-Grail of programming "The user states the problem, the computer solves it". This talk provides an introduction to the basics of LP in C++, followed by plenty of examples to get you thinking in te...
This is the first part of the video presentation covering features new to version 1.1 of Castor. In this part we cover the set of features that are essentially an evolution of the 1.0 feature set.
This is the second part of the video presentation covering features new to version 1.1 of Castor. In tihs part we cover TLRs (take-left relatons), Coroutine support and Query Expressions with examples.