Skip to content

[cpplings] Add modern C++ (14/17/20) feature exercises #525

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
XueSongTap opened this issue Mar 16, 2025 · 0 comments
Open

[cpplings] Add modern C++ (14/17/20) feature exercises #525

XueSongTap opened this issue Mar 16, 2025 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@XueSongTap
Copy link
Contributor

Enhancement
This sub-issue will add exercises covering modern C++ features to help users learn the syntax and libraries introduced in C++14, C++17, and C++20.

The exercises will include:

  • C++14: Generic lambdas, auto return type deduction, variable templates
  • C++17: Structured bindings, std::optional, std::variant, if-with-initializer
  • C++20: Concepts, ranges, designated initializers

Understanding these modern C++ features will help with writing more concise and maintainable code in the MiniOB project.

Parent issue: #508 (add more cpplings case)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant