Вопрос

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

Это было полезно?

Решение

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

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top