It is my first time with Linux, and I need to use this
execlp("/usr/bin/wget", "wget", <URL STRING1>, NULL) system call in C++ code,
I cannot find anywhere how it should be written in C++, need some help.
Thank you!
It is my first time with Linux, and I need to use this
execlp("/usr/bin/wget", "wget", <URL STRING1>, NULL) system call in C++ code,
I cannot find anywhere how it should be written in C++, need some help.
Thank you!