|
How do I launch Mozilla or Firefox in a C++ program?
I have a program written in C++. I want to know how to launch a web browser (Mozilla, netscape or firefox) within the program. (e.g. have a function call to pop up a X window that renders a HTML page).
|