Skip to content

Commit 9b22cf5

Browse files
committed
Update README.md
1 parent dffa6b7 commit 9b22cf5

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

OOP1-Lab2/README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,19 @@
6161
6262
Stod can accept "12" it into 12.
6363
64+
**Cin >>**
65+
66+
The << like a flow, cin >>a means input flow into a, cout<<a means a flow into the cout to output.
67+
6468
3. ## Program to find greatest in 3 numbers.
6569
66-
70+
**Vector<>**
71+
72+
To get a dynamic array of specific type.
73+
74+
**Auto**
75+
76+
The corresponding type can be obtained by calculating the expression.
6777
6878
4. ## Program to find that entered year is leap year or not.
6979

0 commit comments

Comments
 (0)