質問

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