Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Prog2
/
labor_peldak
/
lab_07
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
c2feb086
authored
Mar 22, 2021
by
Szeberényi Imre
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
typo
parent
346396d2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
4 deletions
+2
-4
Alakzatlab/alakzat2_main.cpp
+2
-2
Alakzatlab/rajztabla.h
+0
-2
No files found.
Alakzatlab/alakzat2_main.cpp
View file @
c2feb086
/**
/**
* \file alakzat2_main.cpp
* Demó program az alakzat és rajztábla osztályok kipróbálására.
* Felrajzol pár alakzatot, majd elmozgatja kicsit.
*
* ELKESZULT makró értékei:
* <= 2 - ld. alakzat_main.cpp. Ebben a főprogramban ni
m
cs hozzá kód.
* <= 2 - ld. alakzat_main.cpp. Ebben a főprogramban ni
n
cs hozzá kód.
* >= 3 - van már Rajztabla osztály, létrehozható, meszüntethető (ez az alapeset)
* >= 4 - törlés kivételével minden Rajztabla funkciót kipróbálunk
* >= 5 - törlést is próbáljuk
...
...
Alakzatlab/rajztabla.h
View file @
c2feb086
...
...
@@ -37,10 +37,8 @@ public:
/// @param d - eltolás vektora
void
mozgat
(
const
Pont
&
d
)
const
;
#if ELKESZULT >= 5
/// letörli a táblát eltávolítja az objektumokat
void
torol
();
#endif // ELKESZULT
/// Lehet, hogy kell destruktor is.
...
...
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