• 0

[c++]Making a download manager in console?


Question

Hi, i was wondering if it is possiable to create a simple download manager in console in which i can download files from? Like make it read from a text file, get a link and then download that file? Is this possiable in c++ console?

Its just a small project that i want to attempt but i have no idea where to start because i have not played with c++ and networks.(I am good in c ++ though)

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

  • 0

Yes it would, it would be even easy to just use a scripting language and wget to download files.

To get started you probably want to read this, or something similar and perhaps make a server and client that sends text to each other.

Link to comment
Share on other sites

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.