Frage

This may sound stupid, but is there a way to open terminal and execute "lynx -dump HTML.html > text.txt" using C++?

War es hilfreich?

Lösung

Use system() function. See here: http://linux.die.net/man/3/system

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top