Hi, I'm a new cpp beginning and would appreciate your help.
I am making a 3D renderer using Win32 and currently working on importing .obj files. My program has a list of options for the user to choose from. This list of options are done by switch cases. When the user click on one of the option, e.g. I, by using the keyboard, the program should show an open file browser.
Thus how could I display a file explorer for the user to choose only .obj file and close the dialog after that. The file should store in my desired location.