Programmation C BOF - C - Programmation
Marsh Posté le 17-01-2005 à 22:55:43
qui peut m'expliquer ce programme???? #include<stdio.h> main(int argc, char *argv[]) { char buffer[512]; if (argc > 1) strcpy(buffer,argv[1]); } Merci d'avance PS: en fait j'ai du mal à comprendre "if (argc > 1)" car pour moi argc est une variable!!!!!
Marsh Posté le 17-01-2005 à 23:00:45
pourquoi ouvrir un second topic alors qu'on a répondu au premier ? http://forum.hardware.fr/hardwaref [...] 2936-1.htm
Make sure you enter the(*)required information where indicate.HTML code is not allowed
Marsh Posté le 17-01-2005 à 22:55:43
qui peut m'expliquer ce programme????
#include<stdio.h>
main(int argc, char *argv[])
{
char buffer[512];
if (argc > 1)
strcpy(buffer,argv[1]);
}
Merci d'avance
PS: en fait j'ai du mal à comprendre "if (argc > 1)" car pour moi argc est une variable!!!!!