| | |
Downloading uploading
Please support our C++ advertiser: Intel Parallel Studio Home
![]() |
•
•
Join Date: Mar 2008
Posts: 1,411
Reputation:
Solved Threads: 114
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,411
Reputation:
Solved Threads: 114
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 beginner binary bitmap c++ c/c++ calculator char char* class classes coding compile compiler console conversion count data database delete desktop developer directshow dll download dynamic email encryption error file forms fstream function functions game getline google graph gui homeworkhelper iamthwee ifstream input int integer java lib linkedlist linker linux loop looping loops map math matrix memory multiple news node number numbertoword output parameter pointer problem program programming project proxy python random read recursion recursive reference return rpg sorting string strings struct template templates test text text-file tree unix url vector video visualstudio win32 windows winsock word wordfrequency wxwidgets






