[name] talked about himself and his experience in C++
C/C++
What is a universal link (forwarding reference) and how does reference collapsing work?
How to sum a million elements of a vector? How to speed up using multithreading?
Problem with a class having two constructors accepting std::string (file path and content). How to fix it?
How can you transfer a large file over a network with a poor connection? How to optimize the transfer?
What is noexcept and why is it needed?
What mechanisms are used for inter-process communication between two hosts?
How to debug segmentation fault on the client server without direct access to the profiler?
How to find regression in a large number of versions (a bug appeared somewhere between versions)?
Order of calling constructors and destructors for global variables std::string
What happens to a smart pointer initialized with nullptr?
How to handle exceptions in threads and pass them to the main thread?
What will happen when iterating over the vector {1,2,3} with e=0 assigned?