12.07.2015 Views

Sobrecarga de Operadores y E/S en C++

Sobrecarga de Operadores y E/S en C++

Sobrecarga de Operadores y E/S en C++

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Ambigüedad • Se soluciona usando static_cast unsigned num = 3; print (static_cast(num)); • ¿Qué pasaría si hiciéramos…? int num = 3; print (num);

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!