Skip to content

Commit 06c89ee

Browse files
added to notes .txt
1 parent a374aca commit 06c89ee

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

c++_Notes.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,14 @@ Data Types:
3232
Bool = True or False
3333
Floats = 1.9
3434

35+
Boolean bool
36+
Character char
37+
Integer int
38+
Floating point float
39+
Double floating point double
40+
Valueless void
41+
Wide character wchar_t
42+
3543

3644
Int score = 9
3745

0 commit comments

Comments
 (0)