Connecting Tech Pros Worldwide Forums | Help | Site Map

System.Net.WebClient in Dev C++

richardofrankel@gmail.com
Guest
 
Posts: n/a
#1: Jul 23 '05
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.


Victor Bazarov
Guest
 
Posts: n/a
#2: Jul 23 '05

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
richardofrankel@gmail.com
Guest
 
Posts: n/a
#3: Jul 23 '05

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.

Victor Bazarov
Guest
 
Posts: n/a
#4: Jul 23 '05

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
richardofrankel@gmail.com
Guest
 
Posts: n/a
#5: Jul 23 '05

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


Thanks Victor.

Closed Thread