views:

31

answers:

1

Hello,

with other IDE, you can pass parameter to the program via the IDE (it save times instead of typing hello.c parameter1 parameter2 in the shell)

Is there any way to pass parameters to the program trhough the Xcode IDE instead of just clicking on "RUN" then "CONSOLE" (which provide no arguments to the program)

Thanks

+1  A: 

Under "Executables" get info on your binary.

Go to the "Arguments" tab, and add them there.

Brad
thank you brad ;)
Tristan