Cursos
Cursos
Compilador de Código
Compilador de Código
Discutir
Preços
Teams
Fazer login
Registrar
Menu
Q&A Discussões
Pesquisar
Pesquisar
Faça uma pergunta
Faça uma pergunta
What is the use of enum in c language?
c
language
3 Votos
2 Respostas
23rd Jan 2018, 3:54 AM
Puneet Bhardwaj
What is the difference between class & enum class in Java???
class
enumclass
java
9 Votos
4 Respostas
20th May 2019, 3:41 AM
Nasir❤
so is a enum Kind of like a array
enums
java
1 Voto
3 Respostas
10th Sep 2016, 11:54 AM
bob fly
how are enum and sets used in sql
enums
sets
sql
0 Voto
2 Respostas
14th Jul 2016, 8:23 PM
manish rawat
Please explain me the "Error: Class, interface or enum expected "
java
0 Voto
5 Respostas
21st Jan 2023, 3:12 PM
Shubham Sonawane
Get each entry of Enum type using foreach (C#)
c#
enum
2 Votos
1 Resposta
1st Jan 2017, 3:34 PM
Alex Soh Chye Wat
Can someone explain me what enum keyword does in C#?
c#
1 Voto
2 Respostas
18th Jul 2018, 9:47 PM
Dror Dahari
What is the enum keyword for in c++ and its usage
c++
enum
keyword
usage
2 Votos
2 Respostas
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 Voto
1 Resposta
7th Dec 2017, 3:35 PM
Hana Ken
why does this refer to small
enum
0 Voto
1 Resposta
10th Nov 2020, 8:36 PM
Manfred h
can enum values be assigned to integer values for calculations?
enums
java
0 Voto
1 Resposta
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 Voto
5 Respostas
31st May 2020, 6:11 AM
Reyniel Mark Escamillas
Can I use an enum as an argument of a function?
enums
java
0 Voto
2 Respostas
26th Oct 2016, 1:31 AM
Julio Omar Vega Guerra
Getting a lot of errors when using ENUM types with SWITCH statements.
c#
enumeration
input
switch
0 Voto
3 Respostas
7th Nov 2017, 12:38 AM
Humble
What was the problem here.
enum
java
0 Voto
4 Respostas
1st Jun 2023, 9:22 AM
GHOST
When can i used enum? And what i geted for using it?
c++
enum
4 Votos
2 Respostas
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 Voto
1 Resposta
17th Aug 2020, 5:08 PM
Osazuwa Lawson
Can we use for loop with enum in order to traverse constants?
enums
java
0 Voto
2 Respostas
14th Aug 2016, 5:25 AM
Neha Bhatt
What's usually stored in an Enum?
c#
enum
0 Voto
4 Respostas
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 Voto
3 Respostas
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 Voto
2 Respostas
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 Votos
1 Resposta
15th Jul 2017, 5:15 AM
Sanky Pal
Java and c++ which of them runs smoothly on devices
enum
methods
oop
6 Votos
3 Respostas
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 Voto
1 Resposta
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 Votos
4 Respostas
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 Voto
1 Resposta
25th Mar 2017, 4:54 AM
Kevin Tsuyoi
How can I call the elements present in the enum.
c++
cpp
enum
1 Voto
5 Respostas
3rd Oct 2020, 2:10 PM
Syed Muhammad Faqeeh Shah
Need a bit explaination of the code:
c++
enum
template
1 Voto
4 Respostas
12th Jan 2019, 4:34 PM
Akib
What wrong in this below code ?
beginner
c
enum
2 Votos
2 Respostas
24th Apr 2021, 6:45 AM
THE CRAZY ONE ✌️
[Solved] Ideas for adding the hex column
c
enum
for_loop
1 Voto
2 Respostas
13th Oct 2023, 9:45 PM
William Owens
How to write a specification in the constructor Java?
constructors
enum
java
1 Voto
1 Resposta
12th Aug 2022, 6:04 PM
nadinchiksv
How does this program work? I don't understand. Why 7?
c#
enum
switch
understands
2 Votos
2 Respostas
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 Voto
2 Respostas
7th Oct 2017, 7:40 AM
Muhammad Usama
Design question for RPG
design
enum
game
objectorientation
0 Voto
3 Respostas
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 Voto
2 Respostas
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 Voto
1 Resposta
29th Dec 2018, 11:38 AM
Nikola
This is stuck in an infinite loop
c
c++
enum
loops
switch
while
0 Voto
9 Respostas
27th Feb 2018, 2:57 AM
Chuck
I have a question about enums
c#
enum
enums
help
idon'tunderstandit
0 Voto
2 Respostas
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 Voto
2 Respostas
29th Oct 2016, 7:28 AM
mirza arslan
Self Method
enum
method
self
swift
switch
xcode
1 Voto
1 Resposta
9th Sep 2018, 8:12 AM
Ran9
Enum,private,finale
byte
c#
enum
finale
java
long
private
understanding
4 Votos
4 Respostas
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 Voto
4 Respostas
11th Mar 2018, 5:45 PM
Jaren Dogan
Faça uma pergunta
Faça uma pergunta
Faça uma pergunta
Faça uma pergunta
< Anterior
1
2
Próximo >
Quente hoje
Learn python
2 Votes
Help for study
1 Votes
Discrete-Time Signal Representation
0 Votes
Hey, is the "Snowflake" mission not working?
0 Votes
Where's PHP and Ruby courses?
1 Votes
Detach thread exception
1 Votes
Qt timer timeout
0 Votes
Not video
0 Votes
Not image in the page
0 Votes
How to make a 2d game
0 Votes