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:
- A C++ socket library - Includes an sample of a Web Proxy
- Another C++ socket library - Includes also an example of Proxy
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
2010-05-11 09:51:26
A:
Here use socks wrapper! http://www.codeproject.com/KB/IP/Socks.aspx 0xDEAD BEEF
0xDEAD BEEF
2010-05-11 09:52:42
@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
2010-05-11 09:56:27