I'm working on a school project.I have to put downloadable urls into a txt file and then the program have to read the file and download them.Since we never talked about this in my school,I really can't know how to do this...
I need just the part of the code wich is reading the file and downloading the stuff(if possible)
Any help is precious for me!
THANKS in advance! :rolleyes:
---------- Post added at 01:58 AM ---------- Previous post was at 01:39 AM ----------
ok In c++ it should be somthing like that:
#include <windows.h>
void main()
{
ShellExecute(NULL, "open", "http://URL.com",
NULL, NULL, SW_SHOWNORMAL);
}
where I have to replace the URL.com with the file name..but I'm realy SUPER confused about this,because its unknown function and have no idea how exacly to moderate it...
Can someone help me? in C or C++ both are ok.
Thanks again


Sign In
Create Account


Back to top









