Skip to content

Commit

Permalink
Made modifications to Cpp Enum
Browse files Browse the repository at this point in the history
  • Loading branch information
RashmitTopG committed Oct 22, 2024
1 parent 25a01ed commit eeeefd3
Show file tree
Hide file tree
Showing 3 changed files with 274 additions and 217 deletions.
24 changes: 12 additions & 12 deletions content/cpp/concepts/enum/enum.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
---
Title: "Enums"
Description: "In C++, an enum defines a variable with a limited set of predefined values."
Title: 'Enums'
Description: 'In C++, an enum defines a variable with a limited set of predefined values.'
Subjects:
- "Computer Science"
- "Game Development"
- 'Computer Science'
- 'Game Development'
Tags:
- "Enum"
- "Data Types"
- "Arrays"
- "Vectors"
- "Pointers"
- "Memory"
- 'Enum'
- 'Data Types'
- 'Arrays'
- 'Vectors'
- 'Pointers'
- 'Memory'
CatalogContent:
- "learn-c-plus-plus"
- "paths/computer-science"
- 'learn-c-plus-plus'
- 'paths/computer-science'
---

In C++, an **enumeration (enum)** is a user defined type where a set of values is specified for a variable and the variable can only take one out of a small set of possible values.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"@types/glob": "^8.1.0",
"@types/jest": "^29.5.1",
"@types/node": "^20.1.0",
"eslint": "^7.32.0",
"eslint": "^9.13.0",
"husky": "^8.0.3",
"jest": "^29.5.0",
"lint-staged": "^13.2.2",
Expand Down
Loading

0 comments on commit eeeefd3

Please sign in to comment.