Understanding of problem
This topic came to my mind in meantime of resolving linking problem on Linux. When I build dynamic library my app missed some of the symbols. And no I didn't forget to compile *.cpp file which contain it. If it was so easy I wouldn't spend hours on resolving it. But this won't be topic of this post. The topic is about understanding of problem that we try resolve. I talking especially about this weird situations when something happening and we don't know why. I know different schools how to deal with this hard problems :] Conclusion 1: It's for sure not in my code. And this issue wasn't in my code :] I didn't believed that this code was wrong from start. It was my fault for sure. Question only where. Of course I'm not always was this way. In my younger days very often after hour of searching I were deciding it's for sure not my fault. Of course in 99% of time I was finding out later that I was wrong. Well privilege of being you...