Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
tgpetrica committed Mar 23, 2022
1 parent 59f27a0 commit cda0610
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions POO_22_C_2022-02-24.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ Manipulatorii pot fi:
- cu parametru
In cazul manipulatorilor cu parametru se folosesc ```()``` si pentru a-i utiliza trebuie sa includem biblioteca ```iomanip```.
Lista manipulatori

| Manipulator | Explicatie |
| :---------- | :--------- |
| ```dec``` | se introduce in sirul de ```<<``` si specifica faptul ca numerele intregi se vor afisa in baza 10 |
Expand Down Expand Up @@ -58,6 +59,7 @@ ios::indicator
| Indicator | Explicatie |
| :-------- | :--------- |
| ```ios::skipws``` | sunt ignorate la citire spatiile de la inceputul fluxului de intrare |

```cpp
char x,y;
cin >> setiosflags (ios::skipws) >> x >> y;
Expand Down

0 comments on commit cda0610

Please sign in to comment.