 |
C++Talk.NET C++ language newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Marc Guest
|
Posted: Tue Aug 03, 2004 4:39 pm Post subject: Re: sprintf() comment afficher le % % et % sont filtré |
|
|
"dark poulpo" wrote:
| Quote: | scanf(tab,"%s %","100"); sa traduit "100"
|
Je ne sais pas si c'est bien ce que tu veux faire, mais la façon
d'échapper % est d'écrire %%, pas %.
|
|
| Back to top |
|
 |
dark poulpo Guest
|
Posted: Tue Aug 03, 2004 4:50 pm Post subject: sprintf() comment afficher le % % et % sont filtré |
|
|
bonjour,
si je met
scanf(tab,"%s %","100"); sa traduit "100"
scanf(tab,"%s %","100"); sa traduit "100"
que doit je faire a part, qui est fort pas beau
scanf(tab,"%s %s","100","%");
merci d'avance
|
|
| Back to top |
|
 |
drkm Guest
|
Posted: Tue Aug 03, 2004 4:54 pm Post subject: Re: sprintf() comment afficher le % % et % sont filtré |
|
|
"dark poulpo" <syn-ack (AT) wanadoo (DOT) fr> writes:
[...]
Utilises "%%".
--drkm, en recherche d'un stage : http://www.fgeorges.org/ipl/stage.html
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|