argv undeclared ? error

Hi Guys

Last edited on
You've got some of syntax errors.

1
2
3
4
5
#include <ping.h>

...

const char* message = argv[ 2 ];

But I'm not sure that is entirely the problem. What is this code and how is it called?
As far as I can see, the Tcl interpreter never sees the "argv" item.
Thanks Duoas,

this code for doing ping function send, & recieve in network. solved now thanks a lot u r great Duoas

Last edited on
Topic archived. No new replies allowed.