I was looking for a way to just open a PDF file in a C++ program.
I am coding for OSX, i know for Windows we can use a ShellExecute(), but i want to find a way to do it in OSX.
I just want to show the PDF to the user, nothing else.
I was looking for a way to just open a PDF file in a
Share
Where mypdf.pdf is the path to the file.