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
Struct can have classes inside of it
c++
classes
struct
1 Vote
5 Réponses
27th Jan 2018, 7:28 AM
Mathist
C - While sizeof of this struct is 8?
c
structs
4 Votes
4 Réponses
16th Aug 2019, 8:54 AM
Paolo De Nictolis
In C#, are struct members private by default?
c#
struct
structs
6 Votes
5 Réponses
10th Dec 2017, 5:44 AM
Eric Blinkidu
Standard type "int" is a: struct ?
c#
challenges
0 Vote
4 Réponses
7th Sep 2017, 1:07 PM
sneeze
What is a struct or a union?
struct
union
1 Vote
3 Réponses
9th Feb 2019, 8:43 PM
Federico Marcelli
Struct module in Python ! Pack and unpack
codecs
hex
module
pack
python
python3
rgb
struct
11 Votes
1 Réponse
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 Vote
1 Réponse
29th Apr 2020, 9:52 AM
Rihaj Mujawar
[C/C++] Argc and argv in struct = bad idea?
argc
argv
badhabit
c
structure
typedef
1 Vote
9 Réponses
12th Nov 2020, 3:21 PM
Lone Wolf
In what situation when Struct is better than Class
c#
1 Vote
9 Réponses
28th Aug 2021, 1:38 PM
Tim
Why int is a struct in C#?
c#
1 Vote
3 Réponses
8th Jan 2017, 9:43 AM
/dev/null
How to use struct at c++??
c++
struct
0 Vote
2 Réponses
18th Nov 2017, 7:40 PM
Dede
Is it possible to use function inside struct on C ?
c
class
oop
struct
16 Votes
10 Réponses
20th Dec 2018, 1:28 PM
Pedro H.J
Why int is a struct in C#?
c#
1 Vote
3 Réponses
22nd Feb 2018, 12:32 PM
Rachid Antunes
Is struct value type or reference type?
reference-types
struct
value-types
0 Vote
2 Réponses
8th Apr 2019, 8:53 PM
gok han
What's the difference between union and struct 🤔
c
code
struct
union
3 Votes
2 Réponses
12th Nov 2019, 8:07 AM
HADJ MAHAMMED mohammed el amine
Creating a struct on the heap problem
c++
class
heap
pointers
struct
2 Votes
2 Réponses
22nd Jan 2018, 9:05 PM
Logomonic Learning
[✅SOLVED✅] C# square brackets before struct definitions?
brackets
solved
square
struct
2 Votes
1 Réponse
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 Votes
16 Réponses
21st Feb 2018, 6:44 PM
warlord
How can I use a struct array In a class? C++?
arrays
c++
classes
struct
structs
3 Votes
3 Réponses
1st Feb 2019, 9:17 PM
Eduardo Perez Regin
What is the use of struct in C#?
c#
oop
1 Vote
2 Réponses
14th Jul 2019, 12:07 PM
Rohan Rao
Can anyone explain me what is struct in c++?
c++
struct
1 Vote
6 Réponses
30th May 2018, 8:44 AM
Sneha Johnson
Where is struct and union lesson in c++
c++
1 Vote
2 Réponses
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 Vote
3 Réponses
27th Sep 2021, 6:26 AM
Gulafsha Syed
Fill in the blanks to declare a struct and a variable of that type.
c
-4 Votes
7 Réponses
21st Jan 2019, 12:05 PM
İsmail Çavlan
What is difference between struct and classes
c++
0 Vote
2 Réponses
14th Oct 2017, 7:36 AM
Ali Ahmed Shaikh
how writ program struct in c++ for studint (name leval .....?
c++
0 Vote
11 Réponses
13th Nov 2019, 8:41 AM
علي علب
Polymorphism and Inheritance in the C struct data type
c
data-types
inheritance
polymorphism
struct
0 Vote
4 Réponses
5th Jun 2021, 7:38 AM
Nova
How to assign an integer to a struct array? C++
arrays
c++
error
struct
structs
0 Vote
9 Réponses
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 Votes
2 Réponses
16th Feb 2018, 7:31 PM
3D CrackerJack
How can i return struct in console c#
c#
1 Vote
1 Réponse
24th Dec 2019, 4:35 PM
Arman Soylu
How to practice Algorithm and Struct data everyone??
algorithm,c++,c,python.
-3 Votes
2 Réponses
4th Oct 2021, 4:26 PM
GUEN
Why can't we compare two struct variable having same data
c
if-statements
struct
0 Vote
4 Réponses
27th Aug 2019, 5:13 AM
Suduli Ray
I have an issue with duplicate struct for loop here
filestruct
1 Vote
2 Réponses
29th Jun 2023, 10:58 AM
LemonKitana
When is it appropriate to use struct instead of a class?
c
classes
objects
structs
4 Votes
6 Réponses
29th Mar 2017, 6:15 AM
Michael Musora
HOW TO DECLARE A STRUCT IN HEADER FILE C++
c++
class
file
header
structs
3 Votes
1 Réponse
2nd Jan 2017, 3:50 PM
Baraka Mulungula
How to declare an array in a struct in golang
array
golang
struct
2 Votes
1 Réponse
22nd May 2021, 6:05 AM
OfcourseitsRohit
What is the best for class or struct destructor?
assembler
c
c++
1 Vote
1 Réponse
1st Aug 2019, 10:02 PM
Arseniy Bechin
What is the different between a struct and a class in c#?
c#
classes
struct
10 Votes
6 Réponses
10th Jun 2017, 8:14 AM
Gregor Duff
Why would one prefer to use a struct over a class?
c++
functions
5 Votes
2 Réponses
26th Oct 2016, 1:42 AM
Dan Rhamba
What is the difference between struct and class... ?
frames
1 Vote
2 Réponses
15th Jan 2018, 4:23 AM
Maria
I want to know what dose the ":" in struct function?
c
c++
0 Vote
3 Réponses
19th Aug 2020, 9:39 AM
Jax Young
What is the equivalent of struct in the python language?
c
python3
struct
0 Vote
2 Réponses
12th Apr 2020, 8:48 PM
PGS ADI
Does anyone know how make 2d array of struct using file input output?
c++
0 Vote
11 Réponses
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 Vote
2 Réponses
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 Vote
4 Réponses
28th Apr 2018, 8:51 AM
Nislo Mislo
How do I access a C++ struct vector from function main(); [solved].
cpp
struct
vector
1 Vote
3 Réponses
8th Jun 2021, 2:31 PM
Infinite
What are different between struct and class in C#?
,classes
,structs
c#,
struct
1 Vote
1 Réponse
28th Jun 2017, 6:45 AM
Toeum Thnorm
How I can assign value for any struct to another struct?
c++
0 Vote
3 Réponses
22nd Feb 2022, 2:16 PM
ABUBAKAR ALHOMIDY
How to pass struct datas from function to function? More details in code.
c
1 Vote
5 Réponses
7th Mar 2021, 9:35 AM
Marc Stephen Gabres
Struct type name be the same as what its called?
c
struct
1 Vote
2 Réponses
1st Feb 2018, 1:55 PM
Jerome Ariola
Poser une question
Poser une question
Poser une question
Poser une question
< Précédent
1
2
3
...
7
Suivant >
Aujourd'hui en vedette
What's wrong with this code ? ( Beginner)
4 Votes
Pig Latin
0 Votes
Someone can help me
0 Votes
Square Roots
0 Votes
What's wrong with this?
2 Votes
Currently learning C++, I’m getting into socket programming with C++
0 Votes
I’m new someone can help me
0 Votes
Is there any new bug in the projects reply sections?
1 Votes
What's doctype htMl
2 Votes
HTML community, HELP!!
0 Votes