Advanced C++: Static Initialization Fiasco

Static Initialization Fiasco problem is a subtle yet common problem that can crash your program. This video talks about how that problem is introduced and how to solve it. Notes can be downloaded from:
Back to Top