Re: No more Foxpro
- From: "Jeff Grippe" <jeff@xxxxxxxxx>
- Date: Mon, 2 Apr 2007 05:29:27 -0400
Exactly. In c, your main() function gives you to paramters. The first, argc,
is a parameter count. We have that already. The second, argv[] is an array
of string pointers that point to the various paramters. We don't have
anything like that. Coding for a variable number of parameters is not
difficult.
Jeff
"RobertVanGeel" <robert@xxxxxxx> wrote in message
news:%23Cg3AvqcHHA.4188@xxxxxxxxxxxxxxxxxxxxxxx
I guess with argv[] you mean feeding an unlimited number of parameters to a
function, right?
Robert
"Zootal" <Don't send me any freaking spam at zootal dot com remove the don't
send me any freaking spam> wrote in message
news:eLmHHUocHHA.984@xxxxxxxxxxxxxxxxxxxxxxx
Now our beloved fox may be quite the high level but as I've said in other<snip>
threads, I'd love to have an argc and argv[]. I also would like it if
pointers could be stored in a database field while the thing that they
point to is alive.
I'm not sure what we would gain from storing pointers in a database. The
object/memory the pointer points to would not persist from one app
instance
to another, and would be useless once the application terminated. What did
you have in mind when you said that?
.
- Prev by Date: Re: No more Foxpro
- Next by Date: Re: External array not working - VFP 9 sp2
- Previous by thread: Re: No more Foxpro
- Next by thread: 2.6 FILE COPY Server 2003 SP2 Date Time Bug
- Index(es):
Relevant Pages
|