Programming Linux
Quick search
Navigation
Courses
Courses Overview
Slide Material
Python Programming
The C Programming Language
C++: TODO List
C++: Miscellaneous Live-Hacking
C++
Introduction
Data Encapsulation
Functions and Methods
Exceptions
C++ Template Basics
Standard Template Library
Standard Template Library: Basics
std::vector
(And
std::copy()
)
Algorithms
Sequential Containers
Associative Containers
Allocators
STL: Exercises
Exercise: Reverse A String
Dynamic Memory Allocation, Resource Management
Inheritance And Object Oriented Design
The Standard Library: Miscellaneous Topics
Exercises: User Database
Exercises: Miscellaneous
The New C++ (11-…)
Design Patterns With C++
C++ Code
C++ Exercises
CMake
Linux
Is Software A Craft? Software Is A Craft! ⟶
Clean Code
Unit Testing With
googletest
Linux Kernel Driver Development
Generated Topic Graph
How To Book
Log Of Past Courses
About
Myself: Contact, Impressum, …
This Site
Blog
Posts
STL: Exercises
¶
Exercise: Reverse A String
cluster_cxx03
C++
cluster_cxx03_stl
Standard Template Library
cluster_cxx03_stl_exercises
STL: Exercises
cluster_cxx03_stl_exercises_reverse_string
Exercise: Reverse A String
cluster_cxx03_stl_algorithm
Algorithms
cluster_cxx03_stl_associative_containers
Associative Containers
cluster_cxx03_stl_sequential_containers
Sequential Containers
cluster_cxx03_stl_allocator
Allocators
cluster_cxx03_exceptions
Exceptions
cluster_cxx03_templates
C++ Template Basics
cluster_cxx03_data_encapsulation
Data Encapsulation
cluster_c
The C Programming Language
cluster_c_introduction
Introduction
cxx03_introduction
Introduction
c_introduction_installation
Installation
cxx03_introduction->c_introduction_installation
cxx03_stl_basics
Standard Template Library: Basics
cxx03_templates_class_templates
Class Templates
cxx03_stl_basics->cxx03_templates_class_templates
cxx03_stl_vector_copy_etc
std::vector (And std::copy())
cxx03_stl_vector_copy_etc->cxx03_stl_basics
cxx03_stl_exercises_reverse_string_solution
Solution: Reverse a String
cxx03_stl_exercises_reverse_string_exercise
Exercise: Reverse a String
cxx03_stl_exercises_reverse_string_solution->cxx03_stl_exercises_reverse_string_exercise
cxx03_stl_algorithm_reverse
reverse<>: Reversing In-Place
cxx03_stl_exercises_reverse_string_solution->cxx03_stl_algorithm_reverse
cxx03_stl_algorithm_reverse_copy
reverse_copy<>: Copying and Reversing
cxx03_stl_exercises_reverse_string_solution->cxx03_stl_algorithm_reverse_copy
cxx03_stl_algorithm_lower_bound
lower_bound<>: On Sorted Sequence
cxx03_stl_algorithm_lower_bound->cxx03_stl_basics
cxx03_stl_algorithm_sort
sort<>
cxx03_stl_algorithm_lower_bound->cxx03_stl_algorithm_sort
cxx03_stl_algorithm_binary_search
binary_search<>: On Sorted Sequence
cxx03_stl_algorithm_lower_bound->cxx03_stl_algorithm_binary_search
cxx03_stl_algorithm_find_if
find_if<>: Sequential Search, Customizable
cxx03_stl_algorithm_find
find<>: Sequential Search, by Equality
cxx03_stl_algorithm_find_if->cxx03_stl_algorithm_find
cxx03_stl_algorithm_sort->cxx03_stl_basics
cxx03_stl_algorithm_find->cxx03_stl_basics
cxx03_stl_algorithm_for_each
for_each<>
cxx03_stl_algorithm_for_each->cxx03_stl_basics
cxx03_stl_algorithm_copy
copy<>
cxx03_stl_algorithm_copy->cxx03_stl_basics
cxx03_stl_algorithm_binary_search->cxx03_stl_basics
cxx03_stl_algorithm_binary_search->cxx03_stl_algorithm_sort
cxx03_stl_algorithm_reverse->cxx03_stl_basics
cxx03_stl_algorithm_reverse_copy->cxx03_stl_basics
cxx03_stl_associative_containers_multimap
multimap<>
cxx03_stl_associative_containers_basics
Associative Containers
cxx03_stl_associative_containers_multimap->cxx03_stl_associative_containers_basics
cxx03_stl_associative_containers_basics->cxx03_stl_basics
cxx03_stl_associative_containers_map
std::map
cxx03_stl_associative_containers_map->cxx03_stl_associative_containers_basics
cxx03_stl_sequential_containers_vector
vector<>
cxx03_stl_sequential_containers_basics
Sequential Containers
cxx03_stl_sequential_containers_vector->cxx03_stl_sequential_containers_basics
cxx03_stl_sequential_containers_basics->cxx03_stl_basics
cxx03_stl_sequential_containers_list
list<>
cxx03_stl_sequential_containers_list->cxx03_stl_sequential_containers_basics
cxx03_stl_allocator_basics
Allocator Basics
cxx03_exceptions_basics
Basics
cxx03_exceptions_try_catch
try - catch
cxx03_exceptions_try_catch->cxx03_exceptions_basics
cxx03_data_encapsulation_classes_objects
Classes and Objects
cxx03_exceptions_try_catch->cxx03_data_encapsulation_classes_objects
cxx03_templates_function_templates
Function Templates
cxx03_templates_class_templates->cxx03_templates_function_templates
cxx03_templates_function_templates->cxx03_exceptions_try_catch
cxx03_data_encapsulation_classes_objects->cxx03_introduction
cxx03_data_encapsulation_c
Object Oriented Programming In Good Ol’ C
cxx03_data_encapsulation_classes_objects->cxx03_data_encapsulation_c
cxx03_data_encapsulation_c->cxx03_introduction