This is a website to learn C++, C#, Rust, and My language, Quantum C.Please give your opinion on My Github for this site.

C#





Description: C# is a modern, object-oriented programming language developed by Microsoft for the .NET platform. It is statically typed, garbage collected, and widely used for building applications and games with engines like Unity and Godot.









Rust





Description: Rust is a systems programming language focused on safety and performance. Its ownership system prevents common bugs like memory leaks and data races at compile time, giving you low-level control without constant fear of breaking everything.

TypeScript





TypeScript is JavaScript for people who got tired of "undefined is not a function" at 3am. It adds static typing so your editor catches bugs before your users do. You'll be building MeTube - a totally original video platform that definitely isn't a parody of anything.

SQL





Description: SQL (pronounced Sequel(siːkwəl)) is how you store data on a server. period.

C++





Description: C++ is a powerful, high-performance language used for systems programming, game development, and applications where speed matters. It gives you fine control over memory and performance, but expects you to know what you're doing, or suffer the consequences.



Quantum C (C^4)





Description: QuantumC is a high-performance, custom programming language written in C++. It focuses on clean, readable code instead of unnecessary complexity. With a namespace-based include system to prevent global scope pollution, advanced OOP features like operator overloading, and a streamlined syntax, it aims to give developers what they actually want, without the mess of excessive #includes.

ASM





Description: Learn x86-64 Assembly by building the LHINX kernel. Write raw CPU instructions, debug with registers and stack views, and understand how computers actually work at the lowest level.

C





Description: Learn C, a language that needs no introduction. It's made to make... basically everything let's be honest. It has simple syntax, inspired a majority of the existing programming language because everything good is either c-style or rust-style, and also is used to make virtually every OS on the planet. You will be working for MacroStiff on their newest OS, BINDOS 12. You will learn from basic variables all the way to building your own GC.