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
argv undeclared ? error
argv undeclared ? error
Aug 29, 2011 at 9:52pm UTC
john1984
(36)
Hi Guys
Last edited on
Sep 4, 2011 at 12:42am UTC
Aug 30, 2011 at 3:57am UTC
Duthomhas
(13282)
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.
Aug 31, 2011 at 10:45pm UTC
john1984
(36)
Thanks Duoas,
this code for doing ping function send, & recieve in network. solved now thanks a lot u r great Duoas
Last edited on
Sep 4, 2011 at 12:41am UTC
Topic archived. No new replies allowed.