C++/CLI
In Visual Studio 2022, the standard target framework set for .NET Core projects is version 6.0, while for .NET Framework projects, it defaults to version 4.7.2. You can find the selector for the .NET Framework version on the project configuration page within the new project creation dialog. However, C++/CLI isn't included by default when you install the C++ workload in Visual Studio. If you wish to add this component post-installation, you can do so by launching the Visual Studio Installer through the Windows Start menu and searching for it. Once in the installer, click the modify button next to your current Visual Studio version, head to the Individual components tab, and scroll to the compilers, build tools, and runtimes section to enable C++/CLI support for the v143 build tools (Latest). After making your selection, simply click modify to download the necessary components and update Visual Studio. By utilizing C++/CLI, you can develop C++ applications that leverage both .NET classes and native C++ types, making it a versatile tool for console applications. This integration allows for a seamless blend of managed and unmanaged code, enhancing the functionality of your projects.
Learn more
Small Basic
Small Basic is the only programming language that was specifically designed to assist students in moving from block-based coding into text-based. Small Basic teaches the basics of syntax-based languages in a friendly way, giving students the confidence and skills to tackle more complex programming languages like Java and C#. Small Basic can be used to create applications for Kinect and other devices such as the Lego Mindstorm, Raspberry Pi or Arduino, Oculus Rift and many more. Small Basic offers a friendly environment, a simple language, and rich and engaging libraries to make your games and programs pop! You can create your own game in just a few lines. You can share your programs with friends. They can import your published programs to run them on their own computers. You can post your games to your own websites or blogs and then play them in the browser using the Silverlight player.
Learn more
BASIC
BASIC, which stands for Beginners' All-purpose Symbolic Instruction Code, represents a collection of high-level programming languages that prioritize user-friendliness. Initially, the focus of BASIC was on facilitating basic mathematical computations, with its first version as a batch language supporting matrix arithmetic, and enhancements for character string manipulation were introduced by 1965. The development of BASIC coincided with a broader shift toward time-sharing systems that enabled multiple users to access computing resources simultaneously. Certain versions of BASIC included capabilities for handling matrices and performing operations on them, enabling users to address sets of simultaneous linear equations effectively. These specialized dialects allowed for direct manipulation of matrix structures, including operations like assignment, addition, multiplication (among compatible matrix types), and the calculation of determinants. However, in the 1990s, BASIC's popularity waned as the advent of more robust microcomputers made it feasible to use programming languages with more sophisticated features, such as Pascal and C, leading to a decline in BASIC's usage among developers. As a result, many programmers began to seek alternatives that offered greater flexibility and power for their computational needs.
Learn more
RemObjects Mercury
Mercury is a fully-code-compatible implementation of BASIC that can be used with Microsoft Visual Basic.NET™. It also takes the language to the next level and opens up new possibilities. Mercury will allow you to use your existing VB.NET projects as well as your Visual Basic™, language experience to create code for any modern target platform. Mercury code can be mixed with any of the five Elements languages within the same project. Our development environments will integrate Mercury language. You can create your projects using our lightweight IDEs Water on Windows and Fire on Mac. They have project templates, code completion, integrated bugging for all platforms, and many more advanced development features. Visual Studio™, 2017, 2019 and 2022 will integrate Mercury. All languages can be used with Elements. You can mix Mercury, C# Swift, Java, Java, Oxygene, and Go within the same project.
Learn more