Sobes.tech

What is an interface class in C++?

Middle
296

How are strings structured in C++?

Junior
295

How to limit the number of class instances in C++?

Middle+
295

How to fix the problem when a mutex is a local variable?

Middle
295

What happens to the process memory when we create its copy using the fork system call in the Linux operating system?

Middle
295

Why will move semantics not work with a move operator that is not marked as noexcept?

Middle+
294

When will the delete operator not be called on an object in smart pointers?

Middle
293

What is the difference between method overloading and virtual functions in object-oriented programming?

Junior — Middle
LestaGames
293

What nuances exist in the interaction between C and C++ programs?

Middle+
293

How would you implement serialization of a doubly linked list?

Middle
293

What is the complexity of searching for elements in set and unordered_set data structures?

Middle
292

What is the complexity of removing an element from a vector in C++?

Middle
292

How can a list be sorted?

Intern
292

What is the name of the workaround for passing a value instead of a reference in C/C++?

Junior
291

What are the ways to resolve hash collisions?

Middle
291

What needs to be done to throw exceptions from a constructor?

Middle
291

How would you implement the Singleton pattern in your code?

Middle
290

On which containers are stack and queue implemented?

Junior
290

What are callback functions?

Junior
290

What can you say about the disadvantages of the MVC architectural pattern?

Middle+
289
/88