It is necessary, using a file from the Internet (for example, http://example.ru/baza.txt ), write it into any variable and continue working with this variable. It is advisable not to use any libraries (third-party, from the Internet), but to use the standard ones.
What functions can be used to implement the above?
If not difficult, specify the link libraries when calling this function ( #include "example" ).
I use IDE Visual Studio 15 with the v140 toolkit.