Best of C++December 2022

  1. 1
    Article
    Avatar of hnHacker News·3y

    Welcome to Comprehensive Rust 🦀

    The course covers the full spectrum of Rust, from basic syntax to advanced topics like generics and error handling. It also includes Android-specific content on the last day. The goal of the course is to teach you Rust. We assume you don't know anything about Rust and hope to: - Give you a comprehensive understanding of the Rust syntax and language.

  2. 2
    Article
    Avatar of hnHacker News·3y

    Goodbye to the C++ Implementation of Zig ⚡ Zig Programming Language

    The old one, written in 80,000 lines of C++, plus sharing Zig code with the new one. The new one was faster, used less memory, and was actively maintained and enhanced. This was a huge pain, especially as the design of these two compilers diverged. The C++ implementation of Zig originally used the same strategy.

  3. 3
    Article
    Avatar of modernescppMC++ Blog·3y

    The Strategy Pattern

    The Strategy Pattern is a behavioral design pattern from the book Design Patterns: Elements of Reusable Object-Oriented Software. It defines a family of algorithms and encapsulates them in objects. Use case - Different variations of an algorithm are needed - The algorithm should be exchangeable at the run time.

  4. 4
    Article
    Avatar of newstackThe New Stack·3y

    What Rust Brings to Frontend and Web Development

    The year 2022 may well have been the year of Rust, with its introduction into the Linux Kernel. But should frontend/web developers concern themselves with this popular language in 2023? It depends on what you need to do. It can also be coupled with WebAssembly to deliver a fast, secure app at the edge.

  5. 5
    Article
    Avatar of devblogsDevBlogs·3y

    Try out Visual Studio 2022 version 17.5 Preview 2

    Try out Visual Studio 2022 version 17.5 Preview 2! Your feedback goes directly to the product team working to deliver you the best developer IDE. The new search experience makes it easy for you to quickly find a Visual Studio menu feature files, types, and members in your code all from one place.

  6. 6
    Article
    Avatar of jetbrainsJetBrains·3y

    Fleet Preview Update 1.12: C++, C# Solution View, Svelte, TailwindCSS, Smart Mode Memory Optimizations and More

    Fleet Preview Update 1.12.12: C++, C# Solution View, Svelte, TailwindCSS, Smart Mode Memory Optimizations and More News Releases. Fleet now supports C++ projects with compilation databases. In smart mode, things like error highlighting, C++ code completion, parameter info, code documentation preview and Rename refactoring are available.