I agree with Krzysztof Duleba because it's the operation system who counts the arguments and put them in memory and save the pointers in the argv[] array.
as an exmple :
c:\>test.exe parametre1 parametre2
the operating system ( Ms-dos here / or some free alternative) would do several tasks before ...
Search found 3 matches
- Mon Sep 11, 2006 3:29 am
- Forum: C
- Topic: Passing variable number of arguments to functions..
- Replies: 6
- Views: 8347
- Sun Sep 10, 2006 12:25 pm
- Forum: C
- Topic: execution speed improving..
- Replies: 5
- Views: 7054
- Fri Sep 08, 2006 2:06 pm
- Forum: C
- Topic: execution speed improving..
- Replies: 5
- Views: 7054
execution speed improving..
i would like to know if there is some kind of tips to make a C program run faster , i mean those for solving problems , and is the stats for some problem correct because i see that there is some peaple who got their code to solve the problems in 0:00.000 Cpu time
.
