| | |
Downloading uploading
Please support our C++ advertiser: Intel Parallel Studio Home
![]() |
•
•
Join Date: Mar 2008
Posts: 1,400
Reputation:
Solved Threads: 113
No idea about uploading files, but as for downloading a file, here's an example of how to download a picture of a kitten. Just search the internet a bit, i'm sure you will figure it out.
C++ Syntax (Toggle Plain Text)
#include <windows.h> #pragma comment(lib, "urlmon.lib") int main() { char url[] = "http://felixgilman.com/wordpress/wp-content/uploads/2008/04/kitten.jpg"; char savename[] = "kitten.jpg"; URLDownloadToFile( NULL, url, savename, 0, NULL ); }
I need pageviews! most fun profile ever :)
•
•
Join Date: Mar 2008
Posts: 1,400
Reputation:
Solved Threads: 113
I need pageviews! most fun profile ever :)
![]() |
Similar Threads
- zvsarc.exe (Windows NT / 2000 / XP)
- Question about Web Programming Ethics (IT Professionals' Lounge)
- Website Works (IT Professionals' Lounge)
- cyberoam 24online client (Networking Hardware Configuration)
- Any thoughts on piratebay.com and the like? (IT Professionals' Lounge)
- Inconsistent Internet Speeds (Networking Hardware Configuration)
- End of an Era? DVD copying threatened. (Geeks' Lounge)
- How About the BEST WAY to build your community? (Growing an Online Community)
- Extremely intermittent net connection (Windows NT / 2000 / XP)
Other Threads in the C++ Forum
- Previous Thread: 'Advanced' option in VS not available
- Next Thread: Need help on home work assignment
| Thread Tools | Search this Thread |
api array based binary c++ c/c++ calculator char char* class classes code coding compile console conversion count database delete deploy desktop developer directshow dll download dynamic dynamiccharacterarray email encryption error file forms fstream function functions game givemetehcodez google graph gui homeworkhelp iamthwee ifstream input int integer java lib linkedlist linker linux list loop looping loops map math matrix memory multiple news number numbertoword output parameter pointer problem program programming project python random read recursion recursive reference return rpg sorting string strings struct temperature template templates test text text-file tree unix url variable vector video visualstudio win32 windows winsock wordfrequency wxwidgets






