C/C++
Destructor behavior when throwing an exception
What will the program output with exceptions thrown in the destructor?
Implement sorting of a vector in ascending order
Variations of pointer declarations with const qualifier
Using Data structure as a key for std::set and std::unordered_set
What output will the program produce when executed
Function that returns the positions of a substring within a string
Various methods of passing arguments to a function
Display of identifiers and counters from different threads
Class with smart pointer and adherence to the five rule
What text will appear in the console after running the program
Function that reverses the order of vector elements
Architectural shortcomings of the IOManager class
Infinite loop with sum accumulation based on a random number
SQL query: ordering material records by quantity
Template container class with add operation
Implementation of a copy constructor in the SharedPointer template
What will the program with exception handling (example 5) output
Creating an extendable class for interacting with the file system
Virtual inheritance to solve the diamond access problem