Re: on changing paradigm of assign call

Liste des GroupesRevenir à l c 
Sujet : Re: on changing paradigm of assign call
De : fir (at) *nospam* grunge.pl (fir)
Groupes : comp.lang.c
Date : 01. Sep 2024, 16:29:19
Autres entêtes
Organisation : i2pn2 (i2pn.org)
Message-ID : <f334f21f2f8f1afb862532c851cec37524acf026@i2pn2.org>
References : 1
User-Agent : Mozilla/5.0 (Windows NT 5.1; rv:27.0) Gecko/20100101 Firefox/27.0 SeaMonkey/2.24
fir wrote:
>
  find_character_position(txt, 'x');
  if(found>=0)....
wel in fact this should set a boolean "found" and unsigned "position"
   find_character_position(txt, 'x');
   if(found) printf("found at %d", position);
it looks weird as soem must know thet  {find_character_position, found,   position} is a set of names provided by thsi function not only the name but coders are expected to know function name so they could be expected to know whole set...

Date Sujet#  Auteur
1 Sep 24 * on changing paradigm of assign call5fir
1 Sep 24 +- Re: on changing paradigm of assign call1fir
2 Sep 24 `* Re: on changing paradigm of assign call3Lawrence D'Oliveiro
2 Sep 24  +- Re: on changing paradigm of assign call1Bart
8 Sep 24  `- Re: on changing paradigm of assign call1Janis Papanagnou

Haut de la page

Les messages affichés proviennent d'usenet.

NewsPortal