Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Prog2
/
labor_peldak
/
lab_10
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
A prog2-höz tartozó friss repo anyagok itt elérhetőek:
https://git.iit.bme.hu/
Commit
f9a913f6
authored
Apr 26, 2021
by
Szeberényi Imre
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
typo
parent
10874f47
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
vektor.hpp
+1
-1
vektor_test.cpp
+2
-2
No files found.
vektor.hpp
View file @
f9a913f6
...
...
@@ -22,7 +22,7 @@ public:
:
Array
<
T
,
maxsiz
>
(
n
,
value
)
{}
// alaposztály konstruktora
/// ----------------------------------------------------
/// A további tagfüggvényeket Önnek kell
elkészítenie
/// A további tagfüggvényeket Önnek kell
megvalósítani
///-----------------------------------------------------
/// konstruktor sorozatból
/// @param first - sorozat elejére mutat
...
...
vektor_test.cpp
View file @
f9a913f6
/**
/**
* \file: vektor_test.cpp
* Egyszerű teszt iterátoros generikus tömb továbbfejlesztéséhez.
...
...
@@ -59,7 +59,7 @@ int main() {
try
{
#if ELESZULT >= 0
/// létrehozunk egy funktort a
z
kiíráshoz
/// létrehozunk egy funktort a kiíráshoz
ostreamFunctor
<
int
>
intout
(
cout
,
", "
);
/// segítségével kiírjuk az it1 adatait
cout
<<
"it1: "
;
...
...
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