Sobes.tech

Why might functional object fields be needed from the perspective of lambda functions?

Middle+
318

How can you limit the number of class instances in C++?

Middle+
318

What is the mechanism of method overriding (override) in C++?

Junior
317

If an exception is thrown in the constructor, will the destructor be called?

Middle+
317

What happens to a std::vector when an element is added?

Middle
317

How to implement a smart pointer for one or multiple objects?

Senior
317

What should be considered when interacting with C and C++ languages in the context of exception handling?

Middle+
317

What is a recursive mutex?

Middle+
317

Can you tell about the concept of input/output?

Intern
315

What is MVP (Minimum Viable Product)?

Intern
315

What happens if you call the lock method multiple times?

Middle
314

What is the asymptotic complexity of operations with the vector container in C++?

Junior
314

What happens when moving an object of type std::string in C++?

Middle
314

What needs to be done to store your structure in an unordered_map?

Middle
313

What should be kept in mind when calling exceptions in a destructor?

Middle+
313

How can memory leaks occur when using std::shared_ptr?

Middle+
313

What is the role of dividers in smart pointers?

Middle
313

What happens in the constructor when the new operator is called if an exception occurs? Is there a risk of memory leak in this case?

Middle+
313

What happens if you call the free function for a pointer that is equal to nullptr?

Junior
313

How to prevent a class user from creating an object of this class on the heap?

Middle+
312
/88