I want load a software C,C++ from internet. Pls. guide me how to load from internet. If possible mail me on my ID.
Download software C, C++
Collapse
X
-
Tags: None
-
Originally posted by RAJ KUMARII want load a software C,C++ from internet. Pls. guide me how to load from internet. If possible mail me on my ID. -
From a C++ apps on Windows you can call this function:
Code:HRESULT URLDownloadToFile( LPUNKNOWN pCaller, LPCTSTR szURL, LPCTSTR szFileName, DWORD dwReserved, LPBINDSTATUSCALLBACK lpfnCB );
Very powerful indeed. I think IE (and probably FireFox too) use the same API.Comment
Comment