tags:

views:

245

answers:

3

How I can use a SOCKS proxy from my C++ socket program?

A: 

It's really hard to answer correctly to such a badly written question.

If found these links that might help you:

Using the SOCKS RFC and the cited links, you might be able to create a SOCKS proxy.

I don't like posting links as an answer but since you don't clearly state what you want to achieve, I can't really be more accurate...

ereOn
A: 

Here use socks wrapper! http://www.codeproject.com/KB/IP/Socks.aspx 0xDEAD BEEF

0xDEAD BEEF
@0xDEAD BEEF: You don't need to sign your answers, especially when you have a nickname that can be confusing in a C++ answer ! I spent 5 seconds to figure out what was "0xDEAD BEEF" doing here until i realized it was your nickname ;)
ereOn
A: 

http://www.codeproject.com/KB/IP/Socks.aspx - Socks Wrapper

DVK