Skip to content
This repository was archived by the owner on Jun 16, 2023. It is now read-only.

Latest commit

 

History

History
12 lines (9 loc) · 410 Bytes

File metadata and controls

12 lines (9 loc) · 410 Bytes

Formattazione output

W: no argomento esame

Manipolatori con argomenti

cout << ... << setw(int n) << ... Setta il numero minimo di cartteri a n per ogni cout Per specificare il carattere con cui riempire il caratteri necessari a raggiungere la dimensione n bisogna usare setfill(char c)

Necessario includere <iomanip>

Stampa a dx e sx

cout << ... << right << ... cout << ... << left << ...