C/C++
What needs to be done to store your structure in a map container?
What do you think are the disadvantages of object-oriented programming?
Which fields are automatically indexed when creating a database without explicitly specifying index fields?
What components does shared_ptr consist of?
Why is it necessary to call the join and detach methods for a thread? What consequences may arise if these methods are not called?
What data type is usually used for counters in C++?
What is the complexity of heap operations?
What is the complexity of accessing an element in various data structures?
What is the difference between std::map and std::unordered_map in C++?
What is inheritance in object-oriented programming?
What is the complexity of the push_back operation in std::vector?
What is the complexity of removing an element from the end of a vector in C++?
When is it impossible to join a stream?
What happens to the process memory when it is forked in Linux?
How does a hash table work?
How are the constructor and destructor called in C++?
Why won't move semantics work if the move operator is not marked as noexcept?
What is the complexity of removing an element from the beginning of a vector in C++?
What is an interface class in C++?
How are strings structured in C++?