cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
How would i do this?
How would i do this?
Jun 22, 2012 at 3:17am UTC
closed account (
LAfSLyTq
)
i want to know how to make a program that does this...
1
2
3
4
if
(t == 1) {
//Send X ammount of packets to IP address(string IP)
}
Jun 22, 2012 at 3:23am UTC
mimichacha
(10)
http://beej.us/guide/bgnet/
this may help
Jun 23, 2012 at 6:46am UTC
closed account (
LAfSLyTq
)
i dont have any money.
Jun 26, 2012 at 7:50pm UTC
therockon7throw
(284)
Search Google for C++ and Socket Programming , e.g. -> it may help
http://net.pku.edu.cn/~course/cs501/2011/code/BSD_Socket.t/sockets.pdf
Topic archived. No new replies allowed.