Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in std

What would 'std:;' do in c++?

c++ std colon

cc1plus: error: unrecognized command line option "-std=c++11" with g++

How do I combine hash values in C++0x?

c++ c++11 boost hash std

In C++ check if std::vector<string> contains a certain value [duplicate]

c++ vector std stdvector

Can a declaration affect the std namespace?

c++ std reserved

Why isn't std::initializer_list a language built-in?

c++ c++11 std initializer-list

How do I Search/Find and Replace in a standard string?

c++ replace 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