How do I make my program do something when A file is opened with it in c++
I am new to c++ but I want to be able to detect when a file is opened with my program like when you double click a .docx file word opens the file automatically.
I am new to c++ but I want to be able to detect when a file is opened with my program like when you double click a .docx file word opens the file automatically.