Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Várkonyi Kornél
/
CppVektor
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
37900e3d
authored
6 years ago
by
Szeberényi Imre
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
typo
parent
7bb7e184
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
README.md
+3
-3
No files found.
README.md
View file @
37900e3d
...
...
@@ -8,12 +8,12 @@ Az osztálynak a konstruktorokon és destruktoron kívül a következő tagfügg
static void setDefSize(unsigned int size); – alapértelmezett méret megadása
static void setDefValue(double value); – alapértelmezett érték megadása
Vektor& operator=(const Vektor&); – értékadó operátor
double& operator
\[\
](unsigned int); – indexoperátor (hiba esetén kivételt dob)
const double& operator
\[\
](unsigned int) const; – indexoperátor (hiba esetén kivételt dob)
double& operator
[
](unsigned int); – indexoperátor (hiba esetén kivételt dob)
const double& operator
[
](unsigned int) const; – indexoperátor (hiba esetén kivételt dob)
Van egy olyan globális operátor is, ami a vektor minden elemét megszorozza a paraméterként adott valós értékkel:
Vektor operator
\
*(double, const Vektor&)
Vektor operator*(double, const Vektor&)
A függvények rövid leírását (paraméterek, elvárt működés) a
*vektor.h*
fájl tartalmazza.
...
...
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