Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
New posts in stl
Question about using string::swap() with temporaries
Jul 13, 2022
c++
string
stl
stream
temporary
Storing struct instances in a std::map
Jun 03, 2022
c++
templates
stl
struct
Can a std::vector be ='d to another std::vector?
Feb 19, 2022
c++
stl
vector
How do I write a copy constructor for my class which has a std::stringstream member?
Oct 15, 2022
c++
stl
How stl containers destroy objects
Apr 14, 2022
c++
stl
Is this the right way to delete and erase pointers to objects stored in a vector?
Oct 31, 2022
c++
stl
Accessing for_each iterator from lambda
Apr 02, 2020
c++
stl
lambda
c++11
erase-remove-idiom
std::reverse_copy "error: function call has aggregate value"
May 17, 2022
c++
stl
Calling member functions of an object stored in a vector
Sep 23, 2022
c++
vector
stl
FIFO Map in c++
Jun 20, 2022
c++
map
stl
While explicitly instantiating vector<someType>, what is the someType default constructor used for?
Sep 27, 2022
c++
templates
vector
stl
How to initialize a queue with n default values?
Jun 29, 2022
c++
c++11
stl
queue
Why isn't vector::operator[] implemented similar to map::operator[]?
Dec 13, 2019
c++
dictionary
vector
stl
Difference between allocator supplied as template parameter and allocator supplied as constructor argument in C++ containers?
Nov 11, 2022
c++
vector
stl
containers
allocator
Using for_each to modify std containers (even though you shouldn't)
Jul 16, 2022
c++
stl
Why is it necessary to to use set.find(x) != set.end() while finding an element.
Nov 08, 2018
c++
c++11
stl
c++14
g++ compiler error on deleted assignment operator of pair<string,string>
Jul 05, 2022
c++11
stl
Declare template function to accept any container but only one contained type
May 11, 2022
c++
templates
stl
Can someone explain { } container in c++
Jun 26, 2022
c++
stl
set
containers
min
What actually is done when `string::c_str()` is invoked?
Oct 02, 2022
c++
string
stl
« Newer Entries
Older Entries »