Download software C, C++

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • RAJ KUMARI
    New Member
    • Jun 2007
    • 1

    Download software C, C++

    I want load a software C,C++ from internet. Pls. guide me how to load from internet. If possible mail me on my ID.
  • sicarie
    Recognized Expert Specialist
    • Nov 2006
    • 4677

    #2
    Originally posted by RAJ KUMARI
    I want load a software C,C++ from internet. Pls. guide me how to load from internet. If possible mail me on my ID.
    What software are you attempting to load? Is this a program that has already been compiled, or are you just looking for a compiler?

    Comment

    • svlsr2000
      Recognized Expert New Member
      • Feb 2007
      • 181

      #3
      Can you be more clear in ur requirement. what you want to, do u want to copy to internet or copy from internet.

      Comment

      • OuaisBla
        New Member
        • Jun 2007
        • 18

        #4
        From a C++ apps on Windows you can call this function:


        Code:
        HRESULT URLDownloadToFile(          LPUNKNOWN pCaller,
            LPCTSTR szURL,
            LPCTSTR szFileName,
            DWORD dwReserved,
            LPBINDSTATUSCALLBACK lpfnCB
        );
        http://msdn2.microsoft .com/en-us/library/ms775123.aspx

        Very powerful indeed. I think IE (and probably FireFox too) use the same API.

        Comment

        Working...