DEV Community

# stl

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
(A case for) Creating a stack-allocated Stack container in C++

(A case for) Creating a stack-allocated Stack container in C++

1
Comments 1
3 min read
Enabling structured binding for std::complex (and custom non-POD types)

Enabling structured binding for std::complex (and custom non-POD types)

3
Comments 2
3 min read
Optimizing C++ vector for 2x performance !

Optimizing C++ vector for 2x performance !

6
Comments 1
4 min read
Standard Template Library aka. STL

Standard Template Library aka. STL

11
Comments
5 min read
The big STL Algorithms tutorial: wrapping up

The big STL Algorithms tutorial: wrapping up

2
Comments 4
3 min read
The big STL Algorithms tutorial: the memory header

The big STL Algorithms tutorial: the memory header

10
Comments
6 min read
The big STL Algorithms tutorial: "numeric" scans

The big STL Algorithms tutorial: "numeric" scans

6
Comments
5 min read
The big STL Algorithms tutorial: more numeric algorithms

The big STL Algorithms tutorial: more numeric algorithms

5
Comments 3
5 min read
The big STL Algorithms tutorial: permutation operations

The big STL Algorithms tutorial: permutation operations

6
Comments
4 min read
The big STL Algorithms tutorial: reduce operations

The big STL Algorithms tutorial: reduce operations

5
Comments
8 min read
Replace std::find_if in 80% of the cases

Replace std::find_if in 80% of the cases

10
Comments
4 min read
The big STL Algorithms tutorial: comparison operations

The big STL Algorithms tutorial: comparison operations

6
Comments 3
4 min read
The big STL Algorithms tutorial: Minimum/maximum operations

The big STL Algorithms tutorial: Minimum/maximum operations

7
Comments 1
5 min read
The big STL Algorithms tutorial: heap operations

The big STL Algorithms tutorial: heap operations

9
Comments 7
7 min read
The big STL Algorithms tutorial: set operations

The big STL Algorithms tutorial: set operations

5
Comments 6
7 min read
The big STL Algorithms tutorial: merge and inplace_merge

The big STL Algorithms tutorial: merge and inplace_merge

6
Comments
3 min read
Standard Template Library in C++

Standard Template Library in C++

14
Comments 4
3 min read
The big STL Algorithms tutorial: binary_search et al.

The big STL Algorithms tutorial: binary_search et al.

3
Comments
8 min read
The big STL Algorithms tutorial: sorting operations

The big STL Algorithms tutorial: sorting operations

8
Comments
8 min read
The big STL Algorithms tutorial: partitioning operations

The big STL Algorithms tutorial: partitioning operations

11
Comments 4
6 min read
Dealing with non-copyable objects - (C++ Tutorial)

Dealing with non-copyable objects - (C++ Tutorial)

6
Comments
3 min read
The big STL Algorithms tutorial: modifying sequence operations - rotate functions

The big STL Algorithms tutorial: modifying sequence operations - rotate functions

6
Comments
4 min read
Strong types for containers

Strong types for containers

9
Comments
9 min read
The big STL Algorithms tutorial: modifying sequence operations - how to get distinct elements

The big STL Algorithms tutorial: modifying sequence operations - how to get distinct elements

8
Comments
5 min read
Effective STL: 50 Specific Ways to Improve Your Use of the Standard Template Library by Scott Meyers

Effective STL: 50 Specific Ways to Improve Your Use of the Standard Template Library by Scott Meyers

9
Comments 2
5 min read
The big STL Algorithms tutorial: modifying sequence operations - rotate functions

The big STL Algorithms tutorial: modifying sequence operations - rotate functions

6
Comments
5 min read
The big STL Algorithms tutorial: modifying sequence operations - turn things around

The big STL Algorithms tutorial: modifying sequence operations - turn things around

6
Comments 3
3 min read
The big STL Algorithms tutorial: modifying sequence operations - remove calls

The big STL Algorithms tutorial: modifying sequence operations - remove calls

6
Comments
5 min read
Loops are bad, algorithms are good! Aren't they?

Loops are bad, algorithms are good! Aren't they?

12
Comments 6
6 min read
The big STL Algorithms tutorial: replace N elements

The big STL Algorithms tutorial: replace N elements

7
Comments
6 min read
Strongly Typed Enum

Strongly Typed Enum

7
Comments
1 min read
The big STL Algorithms tutorial: modifying sequence operations - fill and generate

The big STL Algorithms tutorial: modifying sequence operations - fill and generate

10
Comments
5 min read
Need coding problems to practice STL algorithms

Need coding problems to practice STL algorithms

7
Comments 2
1 min read
The big STL Algorithms tutorial: modifying sequence operations - replace*

The big STL Algorithms tutorial: modifying sequence operations - replace*

8
Comments
4 min read
The big STL Algorithms tutorial: transform's undefined behaviour

The big STL Algorithms tutorial: transform's undefined behaviour

9
Comments 1
5 min read
Preparing for Coding Interview using InterviewBit with C++ (DAY - 1) (STL lessons)

Preparing for Coding Interview using InterviewBit with C++ (DAY - 1) (STL lessons)

6
Comments 1
1 min read
The big STL Algorithms tutorial: transform

The big STL Algorithms tutorial: transform

13
Comments
4 min read
The big STL Algorithms tutorial: modifying sequence operations - move and swap

The big STL Algorithms tutorial: modifying sequence operations - move and swap

8
Comments
7 min read
The big STL Algorithms tutorial: modifying sequence operations - copy et al.

The big STL Algorithms tutorial: modifying sequence operations - copy et al.

19
Comments 7
6 min read
The big STL Algorithms tutorial: the rest of non-modifying sequence operations

The big STL Algorithms tutorial: the rest of non-modifying sequence operations

18
Comments
5 min read
C++ Template Meta Programming - The Basics

C++ Template Meta Programming - The Basics

11
Comments
4 min read
The C++ Standard Library: A Tutorial and Reference by Nicolai Josuttis

The C++ Standard Library: A Tutorial and Reference by Nicolai Josuttis

10
Comments 2
2 min read
The big STL Algorithms tutorial: find et al.

The big STL Algorithms tutorial: find et al.

17
Comments
7 min read
The big STL Algorithms tutorial: for_each

The big STL Algorithms tutorial: for_each

15
Comments
5 min read
The big STL Algorithms tutorial: all_of, any_of, none_of

The big STL Algorithms tutorial: all_of, any_of, none_of

15
Comments
3 min read
The big STL Algorithms tutorial: Introduction

The big STL Algorithms tutorial: Introduction

54
Comments 4
2 min read
Lambda Expressions in C++

Lambda Expressions in C++

27
Comments 11
10 min read
Efficient way of using std::vector

Efficient way of using std::vector

10
Comments 2
3 min read
loading...