I am a beginner in Latex. I used to use \mathcal, for example:
old code
\documentclass[12pt]{article}
\usepackage{graphicx}
\usepackage{amsmath}
\begin{document}
$\mathcal{C}$
\end{document}
Output

I utilize the tex. sample from IEEE (open it with the original software):
http://control.disp.uniroma2.it/cdc2012/author_info.php
I use the same code; however, I got this:
How do I fix it? (I want the previous one.)

ieeeconfclass? – egreg Jun 13 '15 at 22:32$\mathcal{C}$insample.tex, I get the first “C”, not the second one. – egreg Jun 13 '15 at 22:39