I'm trying to pass arguments to my program so that I can store them into an array. For some reason my IDE/compiler is treating the blank space in between arguments as an argument. I'm using bloodshed, but it doesn't say anything about a seperation character. Can anyone tell me what I'm doing wrong?

I'm doing something like this:
Bob Bill
that should be two parameters, but for some reason it returns three.

  • 3 Contributors
  • forum 2 Replies
  • 897 Views
  • 6 Hours Discussion Span
  • commentLatest Postby Ancient DragonLatest Post
How

Jan 06, 2018 Command Line argument in C programming using Dev C. 70+ channels, more of your favorite shows, & unlimited DVR storage space all in one great price.

3. /hypersonic-vst-crack-download.html. In next page click regular or free download and wait certain amount of time (usually around 30 seconds) until download button will appead. 2. If file is multipart don't forget to check all parts before downloading!.

How To Pass Command Line Arguments In Dev C 5

Dante Shamest

It appears to work for me. The version of my Dev-C++ IDE is 4.9.9.2. One should note that the first parameter is always the name of your program.

This is the program I used for testing.

This picture shows how I passed the parameters.

[IMG]http://img438.imageshack.us/img438/724/parameters1fz.th.jpg[/IMG]

And this is my output.