Cours
Cours
Compilateur de code
Compilateur de code
Discuter
Équipes
Se connecter
S'inscrire
Menu
Discussions Q&R
Chercher
Chercher
Poser une question
Poser une question
What is the use of enum in c language?
c
language
3 Votes
2 Réponses
23rd Jan 2018, 3:54 AM
Puneet Bhardwaj
What is the difference between class & enum class in Java???
class
enumclass
java
9 Votes
4 Réponses
20th May 2019, 3:41 AM
Nasir❤
so is a enum Kind of like a array
enums
java
1 Vote
3 Réponses
10th Sep 2016, 11:54 AM
bob fly
how are enum and sets used in sql
enums
sets
sql
0 Vote
2 Réponses
14th Jul 2016, 8:23 PM
manish rawat
Please explain me the "Error: Class, interface or enum expected "
java
0 Vote
5 Réponses
21st Jan 2023, 3:12 PM
Shubham Sonawane
Get each entry of Enum type using foreach (C#)
c#
enum
2 Votes
1 Réponse
1st Jan 2017, 3:34 PM
Alex Soh Chye Wat
Can someone explain me what enum keyword does in C#?
c#
1 Vote
2 Réponses
18th Jul 2018, 9:47 PM
Dror Dahari
What is the enum keyword for in c++ and its usage
c++
enum
keyword
usage
2 Votes
2 Réponses
24th Jul 2018, 11:34 AM
Johnson Hope Opeoluwa
How to write an array using enum in c++
arrays
c++
constants
enums
two-dimensional
0 Vote
1 Réponse
7th Dec 2017, 3:35 PM
Hana Ken
why does this refer to small
enum
0 Vote
1 Réponse
10th Nov 2020, 8:36 PM
Manfred h
can enum values be assigned to integer values for calculations?
enums
java
0 Vote
1 Réponse
23rd Jul 2016, 3:45 PM
Jo Thomas
How to display all values of enum in java? Is that possible using loop?
enums
java
loops
1 Vote
5 Réponses
31st May 2020, 6:11 AM
Reyniel Mark Escamillas
Getting a lot of errors when using ENUM types with SWITCH statements.
c#
enumeration
input
switch
0 Vote
3 Réponses
7th Nov 2017, 12:38 AM
Humble
Can I use an enum as an argument of a function?
enums
java
0 Vote
2 Réponses
26th Oct 2016, 1:31 AM
Julio Omar Vega Guerra
What was the problem here.
enum
java
0 Vote
4 Réponses
1st Jun 2023, 9:22 AM
GHOST
When can i used enum? And what i geted for using it?
c++
enum
4 Votes
2 Réponses
15th Aug 2019, 8:15 PM
yahya sh
Pls the error it shows me is enum is not constant...pls help me
java
kotlin
0 Vote
1 Réponse
17th Aug 2020, 5:08 PM
Osazuwa Lawson
Can we use for loop with enum in order to traverse constants?
enums
java
0 Vote
2 Réponses
14th Aug 2016, 5:25 AM
Neha Bhatt
What's usually stored in an Enum?
c#
enum
0 Vote
4 Réponses
20th Sep 2021, 3:07 PM
Tim
What is enum? We can use final also. What is difference between enum and final?
enums
java
1 Vote
3 Réponses
21st Jul 2016, 2:28 PM
Muhammad Sajid
We can use the enum instead of int,char,float this type of declaration please help mee
mounika
0 Vote
2 Réponses
16th Oct 2019, 3:18 PM
Pravallika
In the below code how to access any single enum object without enhanced for loop?
enums
java
2 Votes
1 Réponse
15th Jul 2017, 5:15 AM
Sanky Pal
Java and c++ which of them runs smoothly on devices
enum
methods
oop
6 Votes
3 Réponses
25th Jun 2019, 10:18 AM
Ighalo Destiny Aka @destinmedian
What is enum? We can use final also. What is difference between enum and final?
enums
java
0 Vote
1 Réponse
21st Jul 2016, 2:27 PM
Muhammad Sajid
What is the output of this code? enum Test {a=2,b,c,d,e}; static void main (string [] args){int(x) = (int)Test.c ; writeln (x)}
enums
-3 Votes
4 Réponses
7th Jun 2017, 11:50 PM
thomo
bottles of beer song won't run.\Playground\:28: error: class, interface, or enum expected } ^ 1 error
class
enum
error
expected
interface
java
1 Vote
1 Réponse
25th Mar 2017, 4:54 AM
Kevin Tsuyoi
How can I call the elements present in the enum.
c++
cpp
enum
1 Vote
5 Réponses
3rd Oct 2020, 2:10 PM
Syed Muhammad Faqeeh Shah
Need a bit explaination of the code:
c++
enum
template
1 Vote
4 Réponses
12th Jan 2019, 4:34 PM
Akib
What wrong in this below code ?
beginner
c
enum
2 Votes
2 Réponses
24th Apr 2021, 6:45 AM
THE CRAZY ONE ✌️
[Solved] Ideas for adding the hex column
c
enum
for_loop
1 Vote
2 Réponses
13th Oct 2023, 9:45 PM
William Owens
How to write a specification in the constructor Java?
constructors
enum
java
1 Vote
1 Réponse
12th Aug 2022, 6:04 PM
nadinchiksv
How does this program work? I don't understand. Why 7?
c#
enum
switch
understands
2 Votes
2 Réponses
10th Oct 2017, 8:17 PM
Валерия
plZ how can we make a program in c++ enum type for all possible results rock paper scissors and its out put would be
c++
0 Vote
2 Réponses
7th Oct 2017, 7:40 AM
Muhammad Usama
Design question for RPG
design
enum
game
objectorientation
0 Vote
3 Réponses
30th Dec 2016, 10:34 PM
merkrafter
How do you make an enum not just name a type but work already without a switch statement like a constructor of a class?
classes
enums
java
objects
0 Vote
2 Réponses
2nd Dec 2016, 8:41 AM
Trey
Why we need to put const in front of array of string , dealing with enumeration. I want to convert from number enum to string
bool
c++
const
enum
enumeration
friend
inheritance
keyword
return
string
0 Vote
1 Réponse
29th Dec 2018, 11:38 AM
Nikola
This is stuck in an infinite loop
c
c++
enum
loops
switch
while
0 Vote
9 Réponses
27th Feb 2018, 2:57 AM
Chuck
I have a question about enums
c#
enum
enums
help
idon'tunderstandit
0 Vote
2 Réponses
7th Apr 2020, 7:25 AM
Michael
can we say enum are just acts like set of similar things or data type ?? can we perform set operations like union and intersection through enums ???
enums
java
1 Vote
2 Réponses
29th Oct 2016, 7:28 AM
mirza arslan
Self Method
enum
method
self
swift
switch
xcode
1 Vote
1 Réponse
9th Sep 2018, 8:12 AM
Ran9
Enum,private,finale
byte
c#
enum
finale
java
long
private
understanding
4 Votes
4 Réponses
18th Sep 2017, 10:06 PM
Elsayed Salama
Can someone help me with my switch(statement)?
?
android
enum
help
java
loop
question
sololearn
switch
1 Vote
4 Réponses
11th Mar 2018, 5:45 PM
Jaren Dogan
Poser une question
Poser une question
Poser une question
Poser une question
< Précédent
1
2
Suivant >
Aujourd'hui en vedette
Control Flow
2 Votes
How to use the get() method
2 Votes
Game Dev Path
1 Votes
why is this platform infested with web devs
2 Votes
So this what I'm trying to solve
2 Votes
How to get account back?
1 Votes
PHP Tutorial Idea
1 Votes
Problem whit Javascript
1 Votes
Use Python for string manipulation and sorting.
1 Votes
So how do I create python file and be able to code in it?
0 Votes