Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in std

Prevent function taking const std::string& from accepting 0

Is there a range class in C++11 for use with range based for loops?

c++ c++11 range std ranged-loops

how to find the intersection of two std::set in C++?

c++ std stl-algorithm stdset

Why is rand()%6 biased?

c++ random std

Why is there no std::stou?

c++ string c++11 std

How to get error message when ifstream open fails

c++ error-handling stream std

When using C headers in C++, should we use functions from std:: or the global namespace?

c++ language-lawyer std

declaring a priority_queue in c++ with a custom comparator

c++ std priority-queue

How to declare std::unique_ptr and what is the use of it?

c++ pointers std unique-ptr

A std::map that keep track of the order of insertion?

Should I use std::function or a function pointer in C++?

c++ function c++11 callback std

Deleting elements from std::set while iterating

How do I reverse a C++ vector?

c++ vector stl std

printf with std::string?

c++ string namespaces printf std

Compelling examples of custom C++ allocators?

Replace part of a string with another string

c++ string replace substring std

cout is not a member of std

c++ io std member cout

Can you remove elements from a std::list while iterating through it?

c++ list std

Why would I ever use push_back instead of emplace_back?

c++ c++11 std

What's the difference between "STL" and "C++ Standard Library"?