May 31, 2007 #1 T thanglong Junior Member level 3 Joined Oct 6, 2006 Messages 30 Helped 0 Reputation 0 Reaction score 0 Trophy points 1,286 Activity points 1,452 c++ ethernet port access can i access the ethernet port from C++ code? i.e., I just want to write a code in C++ to interface my program to Ethernet Port. That's all. Thanks all for your help.
c++ ethernet port access can i access the ethernet port from C++ code? i.e., I just want to write a code in C++ to interface my program to Ethernet Port. That's all. Thanks all for your help.
Jun 1, 2007 #2 C cfant Full Member level 3 Joined Apr 4, 2001 Messages 187 Helped 25 Reputation 50 Reaction score 6 Trophy points 1,298 Location California, USA Activity points 1,153 ethernet c++ code Can you explain what you want to do? Which OS?
Jun 2, 2007 #3 T thanglong Junior Member level 3 Joined Oct 6, 2006 Messages 30 Helped 0 Reputation 0 Reaction score 0 Trophy points 1,286 Activity points 1,452 ethernet port access c++ Basically, I just want to write a C++ that I can send data via ethernet port i.e., freewave. Added after 17 seconds: any OS
ethernet port access c++ Basically, I just want to write a C++ that I can send data via ethernet port i.e., freewave. Added after 17 seconds: any OS
Jun 2, 2007 #4 D dainis Advanced Member level 4 Joined May 15, 2001 Messages 1,125 Helped 53 Reputation 106 Reaction score 9 Trophy points 1,318 Activity points 9,269 access ethernet port from c++ Look this https://www.winpcap.org/
Jun 5, 2007 #5 T thanglong Junior Member level 3 Joined Oct 6, 2006 Messages 30 Helped 0 Reputation 0 Reaction score 0 Trophy points 1,286 Activity points 1,452 ethernet port access in vc++ Thanks... is there a better way ?