I'm using the listings package with this \begin command:
\begin{lstlisting}[caption=blabla, label=amb]
This yields a nice code listing with a caption like "Listing 1.1 blabla". Is there a way to change the caption and have something like "Code 1.1 blabla"?
I saw the title command but it doesn't use a numbering system. Any hint will be greatly appreciated!