*t vs t[]
This commit is contained in:
parent
3f76689640
commit
fd3a4b8336
@ -438,6 +438,13 @@ XXX il y a encore beaucoup à dire, et de quoi bien rire \textsl{:)}
|
||||
|
||||
\subsection{Pointeurs et chaines}
|
||||
|
||||
\begin{verbatim}
|
||||
char *text = "this is a text";
|
||||
char text[] = "this is a text";
|
||||
\end{verbatim}
|
||||
|
||||
Vous le voyez, le piège ?
|
||||
|
||||
\subsection{Pointeurs et fonctions}
|
||||
|
||||
Exemple classique : qsort.
|
||||
|
Loading…
Reference in New Issue
Block a user