I have switched from c to c++ recently for my project. I am facing difficulty in initializing static pointer.
Here is some what similar code in my project

file1 static.h


#include <iostream>...