[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: help



hi ya list ...

i'll bite ... hook line and sinker

On Tue, 6 Jul 2004, Sanjay Kaushal wrote:

> can you tell me how to use the command line arguement with c program??

- get one or dozen of the hundred different books on C
	write a program called hello.c

	- hello -en		-> print in english
	- hello -fr		-> print hello in french
	- hello -de		-> print hello in german
	- hello -pt -dk 	-> print hello in portugues and danish

- go to beginning programming class at any university or trade school

- the answer to your original question ..
	- the command line options for each program is different

	- there are some standard options

	-h		--> help
	-v		--> version

-- after doing C .. than do the same ( hello.c ) for C++ than java
   than javascript, sh, perl, tk/tcl, expect, ...
   than do asm/masm

c ya
alvin



Reply to: