Cursos
Cursos
Compilador de Código
Compilador de Código
Debatir
Teams
Iniciar sesión
Registrarse
Menu
Sesiones de PyR
Buscar
Buscar
Haz una pregunta
Haz una pregunta
Struct can have classes inside of it
c++
classes
struct
1 Voto
5 Respuestas
27th Jan 2018, 7:28 AM
Mathist
C - While sizeof of this struct is 8?
c
structs
4 Votos
4 Respuestas
16th Aug 2019, 8:54 AM
Paolo De Nictolis
In C#, are struct members private by default?
c#
struct
structs
6 Votos
5 Respuestas
10th Dec 2017, 5:44 AM
Eric Blinkidu
Standard type "int" is a: struct ?
c#
challenges
0 Votos
4 Respuestas
7th Sep 2017, 1:07 PM
sneeze
What is a struct or a union?
struct
union
1 Voto
3 Respuestas
9th Feb 2019, 8:43 PM
Federico Marcelli
Struct module in Python ! Pack and unpack
codecs
hex
module
pack
python
python3
rgb
struct
11 Votos
1 Respuesta
29th Jun 2017, 4:42 AM
Sun
#include<stdio.h> struct node { char c[5]; }; void main() { struct node n[]={"ABC","TECH"}; printf("%c",n[1].c[1]); }
c
c++
html
java
jquery
query
1 Voto
1 Respuesta
29th Apr 2020, 9:52 AM
Rihaj Mujawar
[C/C++] Argc and argv in struct = bad idea?
argc
argv
badhabit
c
structure
typedef
1 Voto
9 Respuestas
12th Nov 2020, 3:21 PM
Lone Wolf
In what situation when Struct is better than Class
c#
1 Voto
9 Respuestas
28th Aug 2021, 1:38 PM
Tim
Why int is a struct in C#?
c#
1 Voto
3 Respuestas
8th Jan 2017, 9:43 AM
/dev/null
How to use struct at c++??
c++
struct
0 Votos
2 Respuestas
18th Nov 2017, 7:40 PM
Dede
Is it possible to use function inside struct on C ?
c
class
oop
struct
16 Votos
10 Respuestas
20th Dec 2018, 1:28 PM
Pedro H.J
Why int is a struct in C#?
c#
1 Voto
3 Respuestas
22nd Feb 2018, 12:32 PM
Rachid Antunes
Is struct value type or reference type?
reference-types
struct
value-types
0 Votos
2 Respuestas
8th Apr 2019, 8:53 PM
gok han
What's the difference between union and struct 🤔
c
code
struct
union
3 Votos
2 Respuestas
12th Nov 2019, 8:07 AM
HADJ MAHAMMED mohammed el amine
Creating a struct on the heap problem
c++
class
heap
pointers
struct
2 Votos
2 Respuestas
22nd Jan 2018, 9:05 PM
Logomonic Learning
[✅SOLVED✅] C# square brackets before struct definitions?
brackets
solved
square
struct
2 Votos
1 Respuesta
7th Jan 2018, 6:00 PM
LunarCoffee
[Python] What Is The Max Length Of Bytes Can Struct Pack ?
integer
length
max
pack
range
size
struct
35 Votos
16 Respuestas
21st Feb 2018, 6:44 PM
warlord
How can I use a struct array In a class? C++?
arrays
c++
classes
struct
structs
3 Votos
3 Respuestas
1st Feb 2019, 9:17 PM
Eduardo Perez Regin
What is the use of struct in C#?
c#
oop
1 Voto
2 Respuestas
14th Jul 2019, 12:07 PM
Rohan Rao
Can anyone explain me what is struct in c++?
c++
struct
1 Voto
6 Respuestas
30th May 2018, 8:44 AM
Sneha Johnson
Where is struct and union lesson in c++
c++
1 Voto
2 Respuestas
25th Aug 2020, 6:19 AM
Harsh Sharma
struct student { int age; int grade; char name[40]; }; int main() { struct student s1 ={ .age = 18,.grade = 7
c
0 Votos
3 Respuestas
27th Sep 2021, 6:26 AM
Gulafsha Syed
Fill in the blanks to declare a struct and a variable of that type.
c
-4 Votos
7 Respuestas
21st Jan 2019, 12:05 PM
İsmail Çavlan
What is difference between struct and classes
c++
0 Votos
2 Respuestas
14th Oct 2017, 7:36 AM
Ali Ahmed Shaikh
how writ program struct in c++ for studint (name leval .....?
c++
0 Votos
11 Respuestas
13th Nov 2019, 8:41 AM
علي علب
Polymorphism and Inheritance in the C struct data type
c
data-types
inheritance
polymorphism
struct
0 Votos
4 Respuestas
5th Jun 2021, 7:38 AM
Nova
How to assign an integer to a struct array? C++
arrays
c++
error
struct
structs
0 Votos
9 Respuestas
2nd Feb 2019, 1:25 AM
Eduardo Perez Regin
Struct vs CLasses....When to use one over the other?
class
cpp
data_types
struct
4 Votos
2 Respuestas
16th Feb 2018, 7:31 PM
3D CrackerJack
How can i return struct in console c#
c#
1 Voto
1 Respuesta
24th Dec 2019, 4:35 PM
Arman Soylu
How to practice Algorithm and Struct data everyone??
algorithm,c++,c,python.
-3 Votos
2 Respuestas
4th Oct 2021, 4:26 PM
GUEN
Why can't we compare two struct variable having same data
c
if-statements
struct
0 Votos
4 Respuestas
27th Aug 2019, 5:13 AM
Suduli Ray
I have an issue with duplicate struct for loop here
filestruct
1 Voto
2 Respuestas
29th Jun 2023, 10:58 AM
LemonKitana
When is it appropriate to use struct instead of a class?
c
classes
objects
structs
4 Votos
6 Respuestas
29th Mar 2017, 6:15 AM
Michael Musora
HOW TO DECLARE A STRUCT IN HEADER FILE C++
c++
class
file
header
structs
3 Votos
1 Respuesta
2nd Jan 2017, 3:50 PM
Baraka Mulungula
How to declare an array in a struct in golang
array
golang
struct
2 Votos
1 Respuesta
22nd May 2021, 6:05 AM
OfcourseitsRohit
What is the best for class or struct destructor?
assembler
c
c++
1 Voto
1 Respuesta
1st Aug 2019, 10:02 PM
Arseniy Bechin
What is the different between a struct and a class in c#?
c#
classes
struct
10 Votos
6 Respuestas
10th Jun 2017, 8:14 AM
Gregor Duff
Why would one prefer to use a struct over a class?
c++
functions
5 Votos
2 Respuestas
26th Oct 2016, 1:42 AM
Dan Rhamba
What is the difference between struct and class... ?
frames
1 Voto
2 Respuestas
15th Jan 2018, 4:23 AM
Maria
I want to know what dose the ":" in struct function?
c
c++
0 Votos
3 Respuestas
19th Aug 2020, 9:39 AM
Jax Young
What is the equivalent of struct in the python language?
c
python3
struct
0 Votos
2 Respuestas
12th Apr 2020, 8:48 PM
PGS ADI
Does anyone know how make 2d array of struct using file input output?
c++
0 Votos
11 Respuestas
11th May 2019, 1:27 PM
Afa_rraf
How friend works in a struct (for ostream operator <<)? c++
>>
c++
friend
operator
ostream
overloading
struct
1 Voto
2 Respuestas
19th Feb 2021, 3:21 AM
Eduardo Perez Regin
Can i store a struct in a integer or other variables
c++
game
gane
help
-1 Voto
4 Respuestas
28th Apr 2018, 8:51 AM
Nislo Mislo
How do I access a C++ struct vector from function main(); [solved].
cpp
struct
vector
1 Voto
3 Respuestas
8th Jun 2021, 2:31 PM
Infinite
What are different between struct and class in C#?
,classes
,structs
c#,
struct
1 Voto
1 Respuesta
28th Jun 2017, 6:45 AM
Toeum Thnorm
How I can assign value for any struct to another struct?
c++
0 Votos
3 Respuestas
22nd Feb 2022, 2:16 PM
ABUBAKAR ALHOMIDY
How to pass struct datas from function to function? More details in code.
c
1 Voto
5 Respuestas
7th Mar 2021, 9:35 AM
Marc Stephen Gabres
Struct type name be the same as what its called?
c
struct
1 Voto
2 Respuestas
1st Feb 2018, 1:55 PM
Jerome Ariola
Haz una pregunta
Haz una pregunta
Haz una pregunta
Haz una pregunta
< Anterior
1
2
3
...
7
Siguiente >
En tendencia hoy
Javascript
3 Votes
I Had Solve My Own Way But I See Others Method which I had added as Comented code I don't Understand Working Can You explain me?
2 Votes
What i do?in html intermediate level i dont like.
2 Votes
How to get mentor in solo learn.any mentor who response my activity🥹
1 Votes
What is late happening in late binding
1 Votes
Why text takes time to load
1 Votes
Why my code closes when i choose a border and submit?
0 Votes
Digital currency
1 Votes
Did You resolve Calculating The Discount?
0 Votes
I had an issue, I have PRO version, but not unlimited lives.
1 Votes