[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.newcomer] Problem with passing arguments in eclipse CDT
|
- From: mazouz.nezhate@xxxxxxxxx (nezhateru )
- Date: Mon, 2 Mar 2009 11:21:39 +0000 (UTC)
- Newsgroups: eclipse.newcomer
- Organization: Eclipse
- User-agent: NewsPortal/0.36 (http://florian-amrhein.de/newsportal)
Hi all,
I have a program that has input arguments.
Under eclipse I must go to Run/Run configuration and in arguments tab I
must define all arguments using button "variable" with their value.
Then when running configuration I'm getting problem:
No argument is passed to my program.
I tested my program in command line like this and all works fine:
$ ./test_param -a 2 -b 5 -c 7