C/C++
How to disable name mangling in C/C++?
What is the asymptotic complexity of operations performed with unordered_set and set containers in C++?
Tell about constant methods in C/C++.
Is shared_ptr thread-safe and can it be used in a multi-threaded context?
What are the advantages and disadvantages of binary serialization?
What does the delete operator do in C++?
Provide examples of situations where a double exception might occur in the context of using the 'double exception' construct.
What is transactionality?
Which containers in C++ allow adding elements at the beginning?
What is the difference between creating a shared_ptr object via constructor and using the make_shared function?
Что происходит с элементами std::vector при выполнении операции realloc?
How does the reference counter work in std::shared_ptr?
What are you familiar with in the C++ programming language?
How is the map container in C++ structured?
How can you set a bit to 1 using the OR bitwise operation?
What sorting algorithm is used in the sort function?
What methods do you usually use to diagnose and find errors in code or systems?
What is the difference between throwing an exception and performing an abort operation in a program?
What happens if an exception is thrown from a destructor?
What is a deque container in C++?