Namespace
Varianti

c/algorithm: differenze tra le versioni

Da cppreference.com.
< c
m (una revisione importata: Translate from the English version)
m (Use {{lc}}. Update links. Various fixes.)
 
(Una revisione intermedia di un utente non mostrata)
Riga 3: Riga 3:
 
{{c/algorithm/navbar}}
 
{{c/algorithm/navbar}}
  
{{dcl list begin}}
+
{{begin}}
{{dcl list header | stdlib.h}}
+
{{header | stdlib.h}}
{{dcl list template | c/algorithm/dcl list qsort}}
+
{{| c/algorithm/qsort}}
{{dcl list template | c/algorithm/dcl list bsearch}}
+
{{| c/algorithm/bsearch}}
{{dcl list end}}
+
{{end}}
 +
 
 +
 +
 +
 +
 +
 +
 +
 +

Versione attuale delle 11:52, 2 lug 2013

Definizione nell'header <stdlib.h>
Ordina un intervallo di elementi di tipo non specificato
Original:
sorts a range of elements with unspecified type
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

(funzione) [modifica]
cerca una matrice per un elemento di tipo non specificato
Original:
searches an array for an element of unspecified type
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

(funzione) [modifica]