This is a website to learn C++, C#, Rust, and Java.Please give your opinion on My Github for this site.
C#
Description: C# is a modern, object-oriented programing language by microsoft built for the .NET system. It is staticaly types, Garbage collected, and commonly used to make video games in engines such as Unity, or Godot.
Rust
Description: Rust is a modern, systems-level programming language that prioritizes safety, performance, and concurrency. It is known for its unique memory safety guarantees, achieved through a compile-time ownership system rather than a runtime garbage collector. This allows Rust to offer performance comparable to C or C++ while significantly reducing common programming errors like null pointer dereferences or data races.
C++
Description: C++ is a amazing and fast modern language, being compiled, having static typing, OOP, Manual Memory Managment, and much more, it is famous for good reason. In this course, you will be taught everything from printing to console to advanced OOP.