Advertisement

1 - 10 of 44 containing alltags:("argv") (0 seconds)
Can someone change this program from C to C++, this is a cool program...but it's slightly outdated as it is only C (yes I know C is still used but....)  So, here is the program: #include <stdio.h>...
Zones: C++Date Answered: 07/12/1998 Grade: C Views: 0
Tags: argv
Hello, Does anybody know how to use the argv argument. I know how to use the first argv. It works something like this: if ($ARGV[0] eq "form") {$testing;} you call it something like this: ht...
Zones: PerlDate Answered: 08/18/1998 Grade: C Views: 0
hi, i am trying to do a program here for class, and i cant seem to get it to work.... i am making the issue more advanced than needed be, but because i like doing things the hardway, i got my...
Zones: C++Date Answered: 01/26/2002 Grade: A Views: 0
how can i get the length of argv[1] without strlen or looping
Zones: CDate Answered: 11/06/2003 Grade: B Views: 0
Using Visual Studio 2003, VC++: this code initiates the program-- int APIENTRY _tWinMain(HINSTANCE hInstance,                      HINSTANCE hPrevInstance,                      LPTSTR    lpCm...
Zones: C++Date Answered: 08/25/2003 Grade: B Views: 0
Hi, I am trying to go through the argument vector and check whether each argument is either an integer or a string that was entered.  How would I be able to tell if It was a string or integer?  Th...
Zones: CDate Answered: 10/31/2003 Grade: B Views: 0
Hi All: I am using vc++.NET and have "12345" as a command line argument. I am trying to access this argument using my program. InitInstance function is shown below. Please BOOL InitInstan...
Zones: Windows MFCDate Answered: 11/16/2003 Grade: B Views: 0
How do you pass the strings with @ARGV to the SQL statement so that it can take this? (GENE.GENE_NAME LIKE '***********' OR ORGANISM.ORGANISM_NAME LIKE '*************') AND MRNA.MRNA_EXPRESSI...
Zones: PerlDate Answered: 10/24/2005 Grade: A Views: 0
Hi This is my problem: I’ am using this command line D:\www\webroot\devevmel\projects\scripts>php controlphp.php d:\www\webroot\devev mel\projects\file.xxx to open a file with some argu...
Zones: Programming, Regular ExpressionsDate Answered: 06/02/2006 Grade: C Views: 0
I am undertaking this excercise where you have to read in 2 files given as command line arguments via argV. This is what I am stuck at - how do I read in a file using argv? argv[0] = the program ...
Zones: CDate Answered: 11/16/2002 Grade: C Views: 0