Pregunta

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

¿Fue útil?

Solución

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

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top