From: <vadiraj@mail.cyberneme.com>
To: ameer armaly <ameer@charter.net>, linux-c-programming@vger.kernel.org
Subject: Re: processing arguments
Date: Sat, 24 Apr 2004 10:36:45 +0530 [thread overview]
Message-ID: <003a01c429b9$f0bca540$4401a8c0@otl068> (raw)
In-Reply-To: Pine.LNX.4.58.0404231743080.1006@debian
Hi,
> When I try that, and I type:
> ./a.out hello
>
> It doesn't give me any output.
> Can someone explain how to process args properly?
> Thanks,
args are no special data type, they are just two dimenstional char array,
all the strings functions apply to them. Like the others mentioned
string compare should be done either charecter by charecter or use the
lib function on strings.
cheers,
Vadi.
prev parent reply other threads:[~2004-04-24 5:06 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-04-23 21:44 processing arguments ameer armaly
2004-04-24 0:40 ` Chuck Winters
2004-04-24 0:58 ` A. Murat Eren
2004-04-24 5:06 ` vadiraj [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='003a01c429b9$f0bca540$4401a8c0@otl068' \
--to=vadiraj@mail.cyberneme.com \
--cc=ameer@charter.net \
--cc=linux-c-programming@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).