Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in std

Are there any practical limitations to only using std::string instead of char arrays and std::vector/list instead of arrays in c++?

c++ arrays list vector std

Initializing std::shared_ptr with std::make_shared having an std::array as argument

c++ c++11 std shared-ptr

Why is there no language support in C++ for all C++ standard library type traits?

c++ insert empty vector can not use braces

c++ vector std

Why is a sort function in the global namespace?

c++ std

Why doesn't this code using std::ranges::find on an std::views::zip compile?

c++ std std-ranges c++23

Is there a C++ structure like a map but instead of key to values I get a handle to a value?

c++ std

Use std::variant as class member and apply visitor

c++ std variant

What's a good implementation of applying a unary function to some elements of a vector?

c++ algorithm c++11 std

When is a multiset sorted? Insertion, iteration, both?

C++ STD find_last_of not working?

c++ string std

Why does std::cout print floats, doubles and long doubles to the same decimal precision? [duplicate]

How does shared_ptr<T> detect that T derives from enable_shared_from_this<T>?

C++11 std::this_thread - How to cancel sleep_until ()?

Is it possible to set default constructor to `std::map<T1, T2>` values?

c++ stl dictionary std

Does GCC support C++23 std::print?

c++ gcc std fmt c++23

How to convert a std::vector of unique pointers to a std::span of raw pointers?

qt #include <vector> causes stray character errors

c++ qt c++11 std

How can I modify the what string of a C++ runtime_error?

has ::std::has_nothrow_default_constructor been moved/changed?

c++ boost c++11 std