Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
raliis
/
IAX0584
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
c588d4a2
authored
Feb 14, 2018
by
raliis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Replace struktuurid.h
parent
6fc58395
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
8 deletions
andmebaas1/struktuurid.h
andmebaas1/struktuurid.h
View file @
c588d4a2
...
@@ -2,23 +2,22 @@ typedef struct Student // struct tudengite andmete jaoks
...
@@ -2,23 +2,22 @@ typedef struct Student // struct tudengite andmete jaoks
{
{
char
eesnimi
[
30
];
char
eesnimi
[
30
];
char
perenimi
[
30
];
char
perenimi
[
30
];
char
matrikkel
[
10
]
;
int
matrikkel
;
}
Student
;
}
Student
;
typedef
struct
Subject
// struct ainete info hoistamiseks
, tudengite omaga ühildamiseks
typedef
struct
Subject
// struct ainete info hoistamiseks
{
{
char
nimi
[
30
];
char
nimi
[
30
];
char
kood
[
8
];
char
kood
[
8
];
char
matrikkel
[
10
]
;
int
matrikkel
;
int
tulemus
;
int
tulemus
;
char
eesnimi
[
30
];
char
perenimi
[
30
];
}
Subject
;
}
Subject
;
typedef
struct
Output
typedef
struct
Pilet
// struct pileti info hoidmiseks
{
{
char
aineNimi
[
30
];
char
perenimi
[
30
];
char
perenimi
[
30
];
char
eesnimi
[
30
];
char
eesnimi
[
30
];
char
matrikkel
[
10
]
;
int
matrikkel
;
int
tulemus
;
int
tulemus
;
}
Outpu
t
;
}
Pile
t
;
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment