using c++ to read an online file

A

Amir

I have a C++ program that needs to access some text in a file that is
stored online. Is there a way I can read in the online text?

Thanks for any advice!
 
V

Victor Bazarov

Amir said:
I have a C++ program that needs to access some text in a file that is
stored online. Is there a way I can read in the online text?

No, not in the Standard C++. There probably are some means in your OS
to open and read a file over an internet connection, but even so, it
has nothing to do with this newsgroup. Try comp.os.<your_os>.* NGs.

V
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,053
Latest member
BrodieSola

Latest Threads

Top