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 std
When using C headers in C++, should we use functions from std:: or the global namespace?
Sep 05, 2022
c++
language-lawyer
std
declaring a priority_queue in c++ with a custom comparator
Aug 16, 2022
c++
std
priority-queue
How to declare std::unique_ptr and what is the use of it?
Aug 16, 2022
c++
pointers
std
unique-ptr
A std::map that keep track of the order of insertion?
Aug 15, 2022
c++
dictionary
std
insertion-order
Should I use std::function or a function pointer in C++?
Aug 15, 2022
c++
function
c++11
callback
std
Deleting elements from std::set while iterating
Aug 14, 2022
c++
iterator
set
std
c++-standard-library
How do I reverse a C++ vector?
Aug 14, 2022
c++
vector
stl
std
printf with std::string?
Aug 14, 2022
c++
string
namespaces
printf
std
Compelling examples of custom C++ allocators?
Sep 11, 2022
c++
memory-management
std
memory-alignment
allocator
Replace part of a string with another string
Aug 14, 2022
c++
string
replace
substring
std
cout is not a member of std
Aug 14, 2022
c++
io
std
member
cout
Can you remove elements from a std::list while iterating through it?
Aug 14, 2022
c++
list
std
Why would I ever use push_back instead of emplace_back?
Aug 14, 2022
c++
c++11
std
What's the difference between "STL" and "C++ Standard Library"?
Aug 13, 2022
c++
stl
std
c++-standard-library
c++-faq
How to find out if an item is present in a std::vector?
Aug 18, 2022
c++
vector
std
Why is "using namespace std;" considered bad practice?
Nov 11, 2022
c++
namespaces
std
using-directives
c++-faq
« Newer Entries