Connecting Tech Pros Worldwide Help | Site Map

System.Net.WebClient in Dev C++

  #1  
Old July 23rd, 2005, 05:59 AM
richardofrankel@gmail.com
Guest
 
Posts: n/a
This might be a stupid question, but what "#include"s and "using"s do I
need so that I can use the WebClient class in Dev C++? Thanks.

  #2  
Old July 23rd, 2005, 05:59 AM
Victor Bazarov
Guest
 
Posts: n/a

re: System.Net.WebClient in Dev C++


richardofrankel@gmail.com wrote:[color=blue]
> This might be a stupid question, but what "#include"s and "using"s do I
> need so that I can use the WebClient class in Dev C++? Thanks.
>[/color]

There is no 'WebClient' class in the standard C++. If you need compiler-
or platform-specific help, please visit the respective newsgroups. This
one discusses the _language_ as defined by its International Standard.

V
  #3  
Old July 23rd, 2005, 05:59 AM
richardofrankel@gmail.com
Guest
 
Posts: n/a

re: System.Net.WebClient in Dev C++




Victor Bazarov wrote:[color=blue]
> richardofrankel@gmail.com wrote:[color=green]
> > This might be a stupid question, but what "#include"s and "using"s do I
> > need so that I can use the WebClient class in Dev C++? Thanks.
> >[/color]
>
> There is no 'WebClient' class in the standard C++. If you need compiler-
> or platform-specific help, please visit the respective newsgroups. This
> one discusses the _language_ as defined by its International Standard.
>
> V[/color]

Oh sorry...it's a .NET class. I'll try and find a more specific group.

  #4  
Old July 23rd, 2005, 05:59 AM
Victor Bazarov
Guest
 
Posts: n/a

re: System.Net.WebClient in Dev C++


richardofrankel@gmail.com wrote:[color=blue]
> Victor Bazarov wrote:
>[color=green]
>>richardofrankel@gmail.com wrote:
>>[color=darkred]
>>>This might be a stupid question, but what "#include"s and "using"s do I
>>>need so that I can use the WebClient class in Dev C++? Thanks.
>>>[/color]
>>
>>There is no 'WebClient' class in the standard C++. If you need compiler-
>>or platform-specific help, please visit the respective newsgroups. This
>>one discusses the _language_ as defined by its International Standard.
>>
>>V[/color]
>
>
> Oh sorry...it's a .NET class. I'll try and find a more specific group.[/color]

In that case I can help narrow it down: 'microsoft.public.dotnet.*'. If
your ISP doesn't carry it, connect to 'msnews.microsoft.com'.

V
  #5  
Old July 23rd, 2005, 05:59 AM
richardofrankel@gmail.com
Guest
 
Posts: n/a

re: System.Net.WebClient in Dev C++


Thanks Victor.

Closed Thread


Similar Threads
Thread Thread Starter Forum Replies Last Post
VB .Net - Upload Files - Enctype=multipart/form-data karthickdevi@gmail.com answers 2 June 27th, 2008 09:02 PM
Screen Scraping Issue Knoxy answers 9 October 26th, 2006 12:35 PM
HTTP Form Post in C# rh1200la@gmail.com answers 1 September 28th, 2006 11:55 PM
'System.Net.WebPermission Error? bilal.hamdan@gmail.com answers 1 August 14th, 2006 08:55 PM