Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Prog2
/
eloadas_peldak
/
ea_09
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
1c36713f
authored
6 years ago
by
Szeberényi Imre
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
typo
parent
86e920c4
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
6 additions
and
4 deletions
+6
-4
PKomplex/komplex.h
+1
-1
PKomplex/pkomplex.cpp
+1
-1
PKomplex/pkomplex.h
+1
-0
PKomplex/pkomplex_main.cpp
+1
-0
PKomplex/serializable.h
+1
-1
iroda/iroda.h
+1
-1
No files found.
PKomplex/komplex.h
View file @
1c36713f
/**
* \file
p
komplex.h
* \file komplex.h
*
*/
...
...
This diff is collapsed.
Click to expand it.
PKomplex/pkomplex.cpp
View file @
1c36713f
/**
* \file pkomplex.cpp
*
* perzisztens komplex osztály megvalósítása
*/
#include "pkomplex.h"
...
...
This diff is collapsed.
Click to expand it.
PKomplex/pkomplex.h
View file @
1c36713f
/**
* \file pkomplex.h
* perzisztens komplex osztály deklarációja
*
*/
...
...
This diff is collapsed.
Click to expand it.
PKomplex/pkomplex_main.cpp
View file @
1c36713f
/**
* \file pkomplex_main.cpp
* Demo program a perzisztens komplex osztály kipróbálásához
*
*/
...
...
This diff is collapsed.
Click to expand it.
PKomplex/serializable.h
View file @
1c36713f
...
...
@@ -12,6 +12,6 @@
struct
Serializable
{
virtual
void
write
(
std
::
ostream
&
os
)
const
=
0
;
// kiíró
virtual
void
read
(
std
::
istream
&
is
)
=
0
;
// beolvasó
virtual
~
Serializable
()
{}
// ne legyen probléma az upcast
virtual
~
Serializable
()
{}
};
#endif
This diff is collapsed.
Click to expand it.
iroda/iroda.h
View file @
1c36713f
...
...
@@ -16,7 +16,7 @@
#endif
#include <ctime>
#include "
S
tring5.h"
#include "
s
tring5.h"
typedef
int
csop_t
;
// csoport típusa
...
...
This diff is collapsed.
Click to expand it.
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